mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-12-08 12:45:26 -05:00
Fix "invalid settings" dialog appearing twice.
Instead of checking the settings on startup set only the device display. Otherwise the settings are checked directly on startup and after finishing the build information download, which leads to the configuration dialog getting opened twice. git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31593 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
be0e197190
commit
ade55fd3d4
1 changed files with 3 additions and 3 deletions
|
|
@ -107,7 +107,7 @@ RbUtilQt::RbUtilQt(QWidget *parent) : QMainWindow(parent)
|
|||
RegCloseKey(hk);
|
||||
}
|
||||
#endif
|
||||
updateSettings();
|
||||
updateDevice();
|
||||
downloadInfo();
|
||||
|
||||
m_gotInfo = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue