mirror of
https://github.com/PrismLauncher/PrismLauncher.git
synced 2026-07-01 19:06:58 +03:00
NOISSUE hide main toolbar toggle action instead of working around it
This commit is contained in:
parent
6fde775b90
commit
2eec1df1a0
2 changed files with 10 additions and 9 deletions
|
|
@ -60,6 +60,9 @@ public:
|
|||
signals:
|
||||
void isClosing();
|
||||
|
||||
protected:
|
||||
QMenu * createPopupMenu() override;
|
||||
|
||||
private slots:
|
||||
void onCatToggled(bool);
|
||||
|
||||
|
|
@ -109,8 +112,6 @@ private slots:
|
|||
|
||||
void newsButtonClicked();
|
||||
|
||||
void on_mainToolBar_visibilityChanged(bool);
|
||||
|
||||
void on_actionLaunchInstance_triggered();
|
||||
|
||||
void on_actionLaunchInstanceOffline_triggered();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue