1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-30 03:47:35 +00:00

Base+LibCore: Store booleans in human-readable format

Fixes #10640.
This commit is contained in:
Ben Wiederhake 2021-11-04 22:28:05 +01:00 committed by Andreas Kling
parent 3e420b7590
commit f9167c9265
8 changed files with 58 additions and 60 deletions

View file

@ -1,6 +1,6 @@
[DirectoryView]
ViewMode=Icon
ShowDotFiles=0
ShowDotFiles=false
[Window]
Left=150
@ -9,7 +9,7 @@ Width=640
Height=480
[Layout]
ShowToolbar=1
ShowStatusBar=1
ShowLocationBar=1
ShowFolderPane=1
ShowToolbar=true
ShowStatusBar=true
ShowLocationBar=true
ShowFolderPane=true