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