# HG changeset patch # User Teemu Piippo # Date 1655752913 -10800 # Node ID c4e2afabcb9081e9601d8ae3abd39dbd2b4f65be # Parent 414d392b9ae6af153c475f5ce1277e5d966cee63 fix typo diff -r 414d392b9ae6 -r c4e2afabcb90 src/main.cpp --- 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()); mainWindow.restoreState(setting()); // 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()) { dock->setVisible(true); }