Skip to content

Commit c3f7afe

Browse files
committed
GUI - stop M-U from reloading server code
- consider assigning to something else or removing entirely.
1 parent 269c1e6 commit c3f7afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/gui/qt/mainwindow.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1332,7 +1332,7 @@ void MainWindow::createShortcuts()
13321332
new QShortcut(ctrlKey('i'), this, SLOT(helpContext()));
13331333
new QShortcut(metaKey('<'), this, SLOT(tabPrev()));
13341334
new QShortcut(metaKey('>'), this, SLOT(tabNext()));
1335-
new QShortcut(metaKey('U'), this, SLOT(reloadServerCode()));
1335+
//new QShortcut(metaKey('U'), this, SLOT(reloadServerCode()));
13361336
}
13371337

13381338
void MainWindow::createToolBar()

0 commit comments

Comments
 (0)