X-Git-Url: http://git.code-monkey.de/?p=pulseview.git;a=blobdiff_plain;f=main.cpp;h=4bd6388e1051fd506d99ae24f19fa5d43704346f;hp=c7fe9bb2dedc38029d115b324c3da58d2a3f6d58;hb=79b53a1ae4a451ef60c18dff9957d311ab90c396;hpb=0e96068df25f656653afe96145c35a2fdce4818f diff --git a/main.cpp b/main.cpp index c7fe9bb..4bd6388 100644 --- 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();