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