Qt: Rename Load Profile to Apply Profile

And make it copy hotkeys.
This commit is contained in:
Stenzek
2024-05-16 16:51:33 +10:00
parent c53717bbe4
commit a5b1ee4f04
3 changed files with 26 additions and 10 deletions

View File

@@ -76,7 +76,7 @@ private Q_SLOTS:
void onCategoryCurrentRowChanged(int row);
void onCurrentProfileChanged(int index);
void onNewProfileClicked();
void onLoadProfileClicked();
void onApplyProfileClicked();
void onDeleteProfileClicked();
void onRestoreDefaultsClicked();