diff options
| author | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 14:22:24 -0400 |
|---|---|---|
| committer | isanae <14251494+isanae@users.noreply.github.com> | 2019-06-02 14:22:24 -0400 |
| commit | 746e9c08e68ed7e44e6ef4e29b250c73b9c21440 (patch) | |
| tree | e03ca5cd5dcb5495691f36817716d219574c9be9 /src/mainwindow.h | |
| parent | 860eb49b45703d939196e92ba6e6d99f54ed3088 (diff) | |
moved notification menu item to tools, was the only thing in view
fixed endorse action to also work with the menu
fixed changing endorsement integration setting not changing visibility of actions
Diffstat (limited to 'src/mainwindow.h')
| -rw-r--r-- | src/mainwindow.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainwindow.h b/src/mainwindow.h index 7281aab7..96660aeb 100644 --- a/src/mainwindow.h +++ b/src/mainwindow.h @@ -208,7 +208,7 @@ private: void setupActionMenu(QAction* a); void createHelpMenu(); - void createEndorseWidget(); + void createEndorseMenu(); void updateToolBar(); void activateSelectedProfile(); |
