Skip to content

Commit c96847b

Browse files
committed
Added "default" folder for Themes (SD Card). Same behaviour as loading an IR file.
1 parent a2ebeb7 commit c96847b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/settings.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1532,7 +1532,7 @@ void setTheme() {
15321532
loopOptions(options);
15331533
if (fs == nullptr) return;
15341534

1535-
String filepath = loopSD(*fs, true, "JSON");
1535+
String filepath = loopSD(*fs, true, "JSON", "/Themes");
15361536
if (bruceConfig.openThemeFile(fs, filepath, true)) {
15371537
bruceConfig.themePath = filepath;
15381538
if (fs == &LittleFS) bruceConfig.theme.fs = 1;

0 commit comments

Comments
 (0)