diff --git a/src/ui/KonvergoWindow.cpp b/src/ui/KonvergoWindow.cpp index bca7a75..94aa8ff 100644 --- a/src/ui/KonvergoWindow.cpp +++ b/src/ui/KonvergoWindow.cpp @@ -88,7 +88,7 @@ KonvergoWindow::KonvergoWindow(QWindow* parent) : } #endif - QRect loadedGeo = loadGeometry(); + loadGeometry(); connect(SettingsComponent::Get().getSection(SETTINGS_SECTION_MAIN), &SettingsSection::valuesUpdated, this, &KonvergoWindow::updateMainSectionSettings);