mirror of
https://github.com/kiwix/kiwix-desktop.git
synced 2025-09-22 03:26:05 -04:00
Hide ReopenClosedTabAction and SettingAction.
We will not implement them for the alpha.
This commit is contained in:
parent
48aa87fb48
commit
1554b90a2e
@ -182,7 +182,7 @@ void KiwixApp::createAction()
|
||||
|
||||
CREATE_ACTION(ReopenClosedTabAction, "Reopen closed tab");
|
||||
SET_SHORTCUT(ReopenClosedTabAction, QKeySequence(Qt::CTRL+Qt::SHIFT+Qt::Key_T));
|
||||
DISABLE_ACTION(ReopenClosedTabAction);
|
||||
HIDE_ACTION(ReopenClosedTabAction);
|
||||
|
||||
CREATE_ACTION(BrowseLibraryAction, "Browse library");
|
||||
SET_SHORTCUT(BrowseLibraryAction, QKeySequence(Qt::CTRL+Qt::Key_E));
|
||||
@ -268,7 +268,7 @@ void KiwixApp::createAction()
|
||||
|
||||
CREATE_ACTION_ICON(SettingAction, "settings", "Settings");
|
||||
SET_SHORTCUT(SettingAction, QKeySequence::Preferences);
|
||||
DISABLE_ACTION(SettingAction);
|
||||
HIDE_ACTION(SettingAction);
|
||||
|
||||
CREATE_ACTION_ICON(DonateAction, "donate", "Donate to support Kiwix");
|
||||
//SET_SHORTCUT(DonateAction, QKeySequence(Qt::CTRL+Qt::Key_BracketLeft+Qt::Key_3));
|
||||
|
Loading…
x
Reference in New Issue
Block a user