added fullscreen showcase screen (currently in development and still buggy
This commit is contained in:
10
data/settings.ini
Normal file → Executable file
10
data/settings.ini
Normal file → Executable file
@@ -4,14 +4,24 @@
|
||||
showcaseRefreshRate = 0.5
|
||||
|
||||
[Display]
|
||||
# General launch-display-settings (width, height of window)
|
||||
width = 800
|
||||
height = 600
|
||||
# Choose if window launches maximized or not, Boolean property
|
||||
launchMaximized = True
|
||||
|
||||
[Playback]
|
||||
# Choose if you want the playback to loop at the end (1 for True, 0 for False)
|
||||
loopPlayback = 1
|
||||
|
||||
[Security]
|
||||
# Specifies if a password should be used for exiting the fullscreen mode on the showcase screen
|
||||
pwdFSExit = False
|
||||
# Set password here, will not be respected if above is "False"
|
||||
pwd =
|
||||
|
||||
[Info]
|
||||
# Software version
|
||||
version = V1.1
|
||||
subVersion =
|
||||
|
||||
|
||||
Reference in New Issue
Block a user