diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 12:00:54 -0500 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-12-04 12:00:54 -0500 |
| commit | dd6f0fed1085682f56d2815ff885a5ab58058a0b (patch) | |
| tree | 5f0aaee5e23abe3afba0668468a9cf090699646a /src/settingsdialoggeneral.h | |
| parent | 472aa02068f59451ecda724775b097c864d56624 (diff) | |
added explore button in the settings to open stylesheets folder
added stylesheets folder to the open folders button
moved "Open MO2 Logs folder" up to be with instance folders, removed "MO2" in the name
Diffstat (limited to 'src/settingsdialoggeneral.h')
| -rw-r--r-- | src/settingsdialoggeneral.h | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/settingsdialoggeneral.h b/src/settingsdialoggeneral.h index 706ba9ef..455edcaf 100644 --- a/src/settingsdialoggeneral.h +++ b/src/settingsdialoggeneral.h @@ -20,9 +20,10 @@ private: void resetDialogs(); - void on_categoriesBtn_clicked(); - void on_resetColorsBtn_clicked(); - void on_resetDialogsButton_clicked(); + void onExploreStyles(); + void onEditCategories(); + void onResetColors(); + void onResetDialogs(); }; #endif // SETTINGSDIALOGGENERAL_H |
