diff options
author | Jesse Buhagiar <jesse.buhagiar@student.rmit.edu.au> | 2020-11-04 17:30:24 +1100 |
---|---|---|
committer | Andreas Kling <kling@serenityos.org> | 2020-11-04 19:36:54 +0100 |
commit | 4713e6185f8719cc0b4f404d82543cd65cd560a4 (patch) | |
tree | d6cf2369b8145177056db729316631175607ac93 | |
parent | e558f6b184e6a8d2a42814726c500d8103022236 (diff) | |
download | serenity-4713e6185f8719cc0b4f404d82543cd65cd560a4.zip |
Chess: Add missing default config file in .config :^)
Following 9f8a8e07c2d25009268830c51f58c052a8f6936b, let's add a default
`.ini` to prevent `unveil` from failing.
-rw-r--r-- | Base/home/anon/.config/Chess.ini | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Base/home/anon/.config/Chess.ini b/Base/home/anon/.config/Chess.ini new file mode 100644 index 0000000000..45cf797c57 --- /dev/null +++ b/Base/home/anon/.config/Chess.ini @@ -0,0 +1,7 @@ +[Display] +size=512 + +[Style] +BoardTheme=Beige +PieceSet=stelar7 +Coordinates=1 |