diff options
author | Redson <redson@riseup.net> | 2022-11-14 16:33:25 -0300 |
---|---|---|
committer | Redson <redson@riseup.net> | 2022-11-14 16:33:25 -0300 |
commit | be765f8d883697d2284343f9ee6c858987622857 (patch) | |
tree | 15a094e0cdc8ffdaea18f86c3eb27a2d4814c681 /launcher/ui/MainWindow.h | |
parent | 074b53eb6b71f948ff30aca601103672c5c4c812 (diff) | |
download | PrismLauncher-be765f8d883697d2284343f9ee6c858987622857.tar.gz PrismLauncher-be765f8d883697d2284343f9ee6c858987622857.tar.bz2 PrismLauncher-be765f8d883697d2284343f9ee6c858987622857.zip |
feat: Add empty menu
Signed-off-by: Redson <redson@riseup.net>
Diffstat (limited to 'launcher/ui/MainWindow.h')
-rw-r--r-- | launcher/ui/MainWindow.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/launcher/ui/MainWindow.h b/launcher/ui/MainWindow.h index f9d1f1c7..47e221b7 100644 --- a/launcher/ui/MainWindow.h +++ b/launcher/ui/MainWindow.h @@ -170,6 +170,8 @@ private slots: void updateToolsMenu(); + void updateThemeMenu(); + void instanceActivated(QModelIndex); void instanceChanged(const QModelIndex ¤t, const QModelIndex &previous); |