Skip to content
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.

Commit

Permalink
Remove theme from default config and change wording on theme selector…
Browse files Browse the repository at this point in the history
… drop-down
  • Loading branch information
jdennis9 committed Sep 2, 2024
1 parent d6e3b5c commit 72e1dea
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/app/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ void apply_config() {
}

void load_config() {
strcpy(g_config.theme, "default-dark");
g_config.thumbnail_size = 512;
g_config.preview_thumbnail_size = 128;
g_config.waveform_height_power = 10; // 1024
Expand Down
2 changes: 1 addition & 1 deletion src/app/theme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ const char *show_theme_selector_gui() {
}
}
else {
ImGui::TextDisabled("No themes loaded");
ImGui::TextDisabled("No themes found");
}

return NULL;
Expand Down

0 comments on commit 72e1dea

Please sign in to comment.