Remove config, UI improvements

This commit is contained in:
Marc Riera 2022-10-16 15:38:57 +02:00
parent 8c875d3b8d
commit b6a1a9f5bb
7 changed files with 49 additions and 48 deletions

View file

@ -33,4 +33,3 @@ class GamepadModel(QAbstractTableModel):
if role != Qt.DisplayRole or orientation != Qt.Horizontal:
return QVariant()
return headers[section]