mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 22:15:39 +00:00
Revert "Disabled confirm-on-close in default confs"
This reverts commit 2e26f3ad76
.
This commit is contained in:
parent
becd7d687b
commit
1c20c8e8cf
|
@ -1,7 +1,7 @@
|
||||||
[UI]
|
[UI]
|
||||||
SettingsVersion = 1
|
SettingsVersion = 1
|
||||||
InhibitScreensaver = true
|
InhibitScreensaver = true
|
||||||
ConfirmShutdown = false
|
ConfirmShutdown = true
|
||||||
StartPaused = false
|
StartPaused = false
|
||||||
PauseOnFocusLoss = false
|
PauseOnFocusLoss = false
|
||||||
StartFullscreen = true
|
StartFullscreen = true
|
||||||
|
|
|
@ -49,7 +49,7 @@ DSPThread = True
|
||||||
Backend = Pulse
|
Backend = Pulse
|
||||||
EnableJIT = False
|
EnableJIT = False
|
||||||
[Interface]
|
[Interface]
|
||||||
ConfirmStop = False
|
ConfirmStop = True
|
||||||
CursorVisibility = 0
|
CursorVisibility = 0
|
||||||
OnScreenDisplayMessages = True
|
OnScreenDisplayMessages = True
|
||||||
PauseOnFocusLost = True
|
PauseOnFocusLost = True
|
||||||
|
|
|
@ -106,7 +106,7 @@ RandomizeMAC=0
|
||||||
SockBindAnyAddr=0
|
SockBindAnyAddr=0
|
||||||
LANDevice=
|
LANDevice=
|
||||||
DirectLAN=0
|
DirectLAN=0
|
||||||
SavStaRelocSRAM=1
|
SavStaRelocSRAM=0
|
||||||
AudioInterp=0
|
AudioInterp=0
|
||||||
AudioBitrate=0
|
AudioBitrate=0
|
||||||
AudioVolume=256
|
AudioVolume=256
|
||||||
|
|
|
@ -51,7 +51,7 @@ Fullscreen = True
|
||||||
ConfirmStop = False
|
ConfirmStop = False
|
||||||
LanguageCode =
|
LanguageCode =
|
||||||
OnScreenDisplayMessages = True
|
OnScreenDisplayMessages = True
|
||||||
PauseOnFocusLost = True
|
PauseOnFocusLost = False
|
||||||
ShowActiveTitle = True
|
ShowActiveTitle = True
|
||||||
UseBuiltinTitleDatabase = True
|
UseBuiltinTitleDatabase = True
|
||||||
UsePanicHandlers = False
|
UsePanicHandlers = False
|
||||||
|
|
|
@ -1183,8 +1183,8 @@ UILayout\microProfileDialogVisible\default=true
|
||||||
UILayout\state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\x1c\0W\0\x61\0i\0t\0T\0r\0\x65\0\x65\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0Y\0\xff\xff\xff\0\0\x3U\0\0\x1\xeb\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
|
UILayout\state=@ByteArray(\0\0\0\xff\0\0\0\0\xfd\0\0\0\x1\0\0\0\0\0\0\0\0\0\0\0\0\xfc\x2\0\0\0\x1\xfb\0\0\0\x1c\0W\0\x61\0i\0t\0T\0r\0\x65\0\x65\0W\0i\0\x64\0g\0\x65\0t\0\0\0\0\0\xff\xff\xff\xff\0\0\0Y\0\xff\xff\xff\0\0\x3U\0\0\x1\xeb\0\0\0\x4\0\0\0\x4\0\0\0\b\0\0\0\b\xfc\0\0\0\0)
|
||||||
calloutFlags=1
|
calloutFlags=1
|
||||||
calloutFlags\default=false
|
calloutFlags\default=false
|
||||||
confirmClose=false
|
confirmClose=true
|
||||||
confirmClose\default=false
|
confirmClose\default=true
|
||||||
disable_web_applet=false
|
disable_web_applet=false
|
||||||
disable_web_applet\default=false
|
disable_web_applet\default=false
|
||||||
displayTitleBars=true
|
displayTitleBars=true
|
||||||
|
|
Loading…
Reference in a new issue