diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-28 17:27:34 +0100 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-10-28 17:27:34 +0100 |
| commit | ab95f78689e159722b79f991c7ef07c31cb3f958 (patch) | |
| tree | 157abb49863528e7f307b588b5fc96cc3a63aebf /src/mainwindow.h | |
| parent | 9e66799abf1e99cb507966e1780dd25fd7887df4 (diff) | |
Added Reset color option for separators and changed the bahavior of "cancel" of the color selector dialog to keep previous color.
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 02e368d7..53db447a 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -409,6 +409,7 @@ private slots: void renameMod_clicked();
void removeMod_clicked();
void setColor_clicked();
+ void resetColor_clicked();
void backupMod_clicked();
void reinstallMod_clicked();
void endorse_clicked();
|
