From 9acb6734576b0175b9036aa03288a2153898f90d Mon Sep 17 00:00:00 2001 From: arch1t3cht Date: Tue, 12 Sep 2023 14:55:21 +0200 Subject: [PATCH] Also add Dark Mode option on OSX While it's not actually exposed there, it's used internally in various GUI code. --- src/libresrc/osx/default_config.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/libresrc/osx/default_config.json b/src/libresrc/osx/default_config.json index 59f2ed05f..bc55f1996 100644 --- a/src/libresrc/osx/default_config.json +++ b/src/libresrc/osx/default_config.json @@ -16,7 +16,8 @@ "Save Charset" : "UTF-8", "Save UI State" : true, "Show Toolbar" : true, - "Toolbar Icon Size" : 16 + "Toolbar Icon Size" : 16, + "Dark Mode" : false },