diff options
author | Petr Mrázek <peterix@gmail.com> | 2014-05-18 23:12:35 +0200 |
---|---|---|
committer | Petr Mrázek <peterix@gmail.com> | 2014-05-18 23:12:35 +0200 |
commit | 94cb5c7d770866269d1a61ec6b3c76607eccee6f (patch) | |
tree | 1ffae987512491c6a0cd87a5d66c654dc801f73e /gui/MainWindow.h | |
parent | 911ac19a56fa1a5f8dd4798385022813cd0b9d07 (diff) | |
download | MultiMC-94cb5c7d770866269d1a61ec6b3c76607eccee6f.tar MultiMC-94cb5c7d770866269d1a61ec6b3c76607eccee6f.tar.gz MultiMC-94cb5c7d770866269d1a61ec6b3c76607eccee6f.tar.lz MultiMC-94cb5c7d770866269d1a61ec6b3c76607eccee6f.tar.xz MultiMC-94cb5c7d770866269d1a61ec6b3c76607eccee6f.zip |
Restore manage screenshots in main window.
Diffstat (limited to 'gui/MainWindow.h')
-rw-r--r-- | gui/MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gui/MainWindow.h b/gui/MainWindow.h index 45ca520c..69cf11b0 100644 --- a/gui/MainWindow.h +++ b/gui/MainWindow.h @@ -111,6 +111,8 @@ slots: void on_actionEditInstNotes_triggered(); + void on_actionScreenshots_triggered(); + /*! * Launches the currently selected instance with the default account. * If no default account is selected, prompts the user to pick an account. |