diff options
-rw-r--r-- | src/gui/status.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gui/status.cpp b/src/gui/status.cpp index f8db9808..c0dba7f6 100644 --- a/src/gui/status.cpp +++ b/src/gui/status.cpp @@ -181,7 +181,7 @@ void StatusWindow::action(const std::string& eventId) { // Show / Hide the inventory dialog inventoryWindow->setVisible(!inventoryWindow->isVisible()); } - if (eventId == "Config") { + if (eventId == "Setup") { // Show / Hide the inventory dialog setupWindow->setVisible(true); } |