missing global shortcuts new instance record 9

Summary:
In Latte global shortcuts is missing one record
for New Instance of ninth record

BUG: 396751
FIXED-IN: 0.8.1

Subscribers: plasma-devel

Tags: #plasma

Differential Revision: https://phabricator.kde.org/D14273
v0.8
Michail Vourlakos 7 years ago
parent 5803366cb3
commit 08f0fd35b4

@ -241,7 +241,7 @@ void GlobalShortcuts::init()
}
//new instance actions [1-9]
for (int i = 1; i < 9; ++i) {
for (int i = 1; i < 10; ++i) {
const int entryNumber = i;
const Qt::Key key = static_cast<Qt::Key>(Qt::Key_0 + i);

Loading…
Cancel
Save