summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/sdk/tabcontroller.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sdk/tabcontroller.cpp b/src/sdk/tabcontroller.cpp
index 720f6f292..770ea8007 100644
--- a/src/sdk/tabcontroller.cpp
+++ b/src/sdk/tabcontroller.cpp
@@ -150,7 +150,6 @@ int TabController::init()
}
d->m_gui->restart();
- d->m_gui->setWindowModality(Qt::WindowModal);
d->m_gui->show();
onCurrentIdChanged(d->m_gui->currentId());