summaryrefslogtreecommitdiff
path: root/src/mainwindow.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainwindow.cpp')
-rw-r--r--src/mainwindow.cpp7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/mainwindow.cpp b/src/mainwindow.cpp
index f89176eb..b34d7e8a 100644
--- a/src/mainwindow.cpp
+++ b/src/mainwindow.cpp
@@ -2169,12 +2169,7 @@ void MainWindow::on_tabWidget_currentChanged(int index)
} else if (index == 1) {
m_OrganizerCore.refreshBSAList();
} else if (index == 2) {
- static bool first = true;
-
- if (first) {
- m_DataTab->activated();
- first = false;
- }
+ m_DataTab->activated();
} else if (index == 3) {
refreshSaveList();
}