diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-28 02:16:20 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-28 02:16:20 +0200 |
| commit | 42d2344f0b81cb1cf8dbe83e8f480b84ed0c3114 (patch) | |
| tree | 5f349dba87b9a6e34700e4b6dbd4ac6c19e95d42 /src/mainwindow.h | |
| parent | 18e49b71b509a7a306d89392cc4486bb3c960e4f (diff) | |
Added modlist Separators feature:
*New modType separator.
*Bold, italic and centralized name without _separator at the end.
*Added "create separator" option to context menu.
*Added "rename separator" option.
*Fixed rename separator issue with priority resetting.
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 0bf3d3c8..78d374e6 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -404,6 +404,7 @@ private slots: // modlist context menu
void installMod_clicked();
void createEmptyMod_clicked();
+ void createSeparator_clicked();
void restoreBackup_clicked();
void renameMod_clicked();
void removeMod_clicked();
|
