summaryrefslogtreecommitdiffstats
path: root/shemov.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'shemov.cpp')
-rw-r--r--shemov.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/shemov.cpp b/shemov.cpp
index 8294900..f00caf5 100644
--- a/shemov.cpp
+++ b/shemov.cpp
@@ -606,10 +606,6 @@ void SheMov::readSettings(){
if(winState){
setWindowState(Qt::WindowMaximized);
}
- int currentTab = s.value("ui/selectedtab", 0).toInt();
- if(currentTab < mTab->count() && currentTab != mTab->currentIndex()){
- mTab->setCurrentIndex(currentTab);
- }
int filesMode = s.value("ui/filestreemode", FilesTreeModel::Normal).toInt();
switch(filesMode){
case FilesTreeModel::Normal: