Mon, 20 Jun 2022 22:21:53 +0300
fix typo
src/main.cpp | file | annotate | diff | comparison | revisions |
--- a/src/main.cpp Mon Jun 20 21:49:39 2022 +0300 +++ b/src/main.cpp Mon Jun 20 22:21:53 2022 +0300 @@ -649,7 +649,7 @@ mainWindow.restoreGeometry(setting<Setting::MainWindowGeometry>()); mainWindow.restoreState(setting<Setting::MainWindowState>()); // If a dock is made floating and the app is closed, the dock becomes invisible - // after the restoreState call. So we make them visible again shere. + // after the restoreState call. So we make them visible again here. for (QDockWidget* dock : mainWindow.findChildren<QDockWidget*>()) { dock->setVisible(true); }