Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Libretro
Stella
Commits
2f2ec4c3
Commit
2f2ec4c3
authored
Jan 06, 2021
by
Christian Speckner
Browse files
Fix crash with minimal launcher UI.
parent
1cf93ca0
Pipeline
#9557
passed with stages
in 8 minutes and 43 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/gui/LauncherDialog.cxx
View file @
2f2ec4c3
...
...
@@ -410,7 +410,8 @@ void LauncherDialog::loadConfig()
// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
void
LauncherDialog
::
saveConfig
()
{
instance
().
settings
().
setValue
(
"launchersubdirs"
,
mySubDirs
->
getState
());
if
(
mySubDirs
)
instance
().
settings
().
setValue
(
"launchersubdirs"
,
mySubDirs
->
getState
());
if
(
instance
().
settings
().
getBool
(
"followlauncher"
))
instance
().
settings
().
setValue
(
"romdir"
,
myList
->
currentDir
().
getShortPath
());
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment