Fix --no-global-shortcuts option
Reviewers: #kwin, davidedmundson Reviewed By: #kwin, davidedmundson Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D18643
This commit is contained in:
parent
7a914e70b6
commit
c372585623
1 changed files with 1 additions and 1 deletions
|
@ -679,7 +679,7 @@ int main(int argc, char * argv[])
|
|||
|
||||
QCommandLineOption noGlobalShortcutsOption(QStringLiteral("no-global-shortcuts"),
|
||||
i18n("Starts the session without global shortcuts support."));
|
||||
parser.addOption(noScreenLockerOption);
|
||||
parser.addOption(noGlobalShortcutsOption);
|
||||
|
||||
QCommandLineOption exitWithSessionOption(QStringLiteral("exit-with-session"),
|
||||
i18n("Exit after the session application, which is started by KWin, closed."),
|
||||
|
|
Loading…
Reference in a new issue