Keybind UI fixes
1. Don't clear the description text cell if selected; clear the actual keybind text instead. 2. Header texts are now correct. 3. Make the keybind dialog model and usable with dark mode
This commit is contained in:
@@ -22,7 +22,7 @@ public:
|
||||
explicit KeyBinder(QWidget *parent = nullptr);
|
||||
~KeyBinder() override;
|
||||
|
||||
static QKeySequence BindKey(QString CurValue);
|
||||
static QKeySequence BindKey(QWidget* widget, QString CurValue);
|
||||
|
||||
private:
|
||||
Ui::KeyBinder *ui;
|
||||
|
||||
Reference in New Issue
Block a user