Skip to content

Commit 597edfa

Browse files
committed
Make accent color enabled by default
1 parent 0db4785 commit 597edfa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/utils/config.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ class Config {
127127

128128
bool v_list = false, v_autoUpdate = true, v_metadata = true, v_updateCheck = true, v_updateNightly = false,
129129
v_showBg = false, v_customFont = false, v_changelog = true, v_prompt = true, v_3dsxInFolder = false,
130-
v_useAccentColor = false;
130+
v_useAccentColor = true;
131131
};
132132

133133
#endif

0 commit comments

Comments
 (0)