]> sigrok.org Git - pulseview.git/blobdiff - main.cpp
Add themes and implement theme support
[pulseview.git] / main.cpp
index c7fe9bb2dedc38029d115b324c3da58d2a3f6d58..4bd6388e1051fd506d99ae24f19fa5d43704346f 100644 (file)
--- a/main.cpp
+++ b/main.cpp
@@ -256,7 +256,9 @@ int main(int argc, char *argv[])
 
        // Prepare the global settings since logging needs them early on
        pv::GlobalSettings settings;
+       settings.save_default_palette();
        settings.set_defaults_where_needed();
+       settings.apply_theme();
 
        pv::logging.init();