diff options
| author | Al12rs <gabriel.cortesi@outlook.com> | 2018-09-07 22:04:03 +0200 |
|---|---|---|
| committer | Al12rs <gabriel.cortesi@outlook.com> | 2018-09-07 22:04:03 +0200 |
| commit | 67fb7e56d3a080844927d4d41764da1e9bb39795 (patch) | |
| tree | 8e17731d26b06e0753092f343a7911d8e5475c0c /src/mainwindow.h | |
| parent | 979206228d6bcfd71fb22c6a9b8dd4f54f7b5a75 (diff) | |
Add option to create a Mod backup from the modlist context menu.
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 b3d179e8..0bf3d3c8 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -407,6 +407,7 @@ private slots: void restoreBackup_clicked();
void renameMod_clicked();
void removeMod_clicked();
+ void backupMod_clicked();
void reinstallMod_clicked();
void endorse_clicked();
void dontendorse_clicked();
|
