mirror of
https://github.com/KDE/konsole.git
synced 2026-06-11 07:26:10 -04:00
Port to KF5/Qt5
TerminalDisplayAccessible is disabled for Qt5 currently since I don't have any experience with accessible stuff and it is more complicated than just changing a few includes REVIEW: 111937
This commit is contained in:
@@ -196,7 +196,7 @@ void ViewManager::setupActions()
|
||||
multiViewOnlyActions << shrinkActiveAction;
|
||||
|
||||
#if defined(ENABLE_DETACHING)
|
||||
KAction* detachViewAction = collection->addAction("detach-view");
|
||||
QAction* detachViewAction = collection->addAction("detach-view");
|
||||
detachViewAction->setIcon(KIcon("tab-detach"));
|
||||
detachViewAction->setText(i18nc("@action:inmenu", "D&etach Current Tab"));
|
||||
// Ctrl+Shift+D is not used as a shortcut by default because it is too close
|
||||
|
||||
Reference in New Issue
Block a user