Skip to content

Commit

Permalink
general: by default deactivate FPS information on plots
Browse files Browse the repository at this point in the history
Signed-off-by: Bindea Cristian <[email protected]>
  • Loading branch information
bindea-cristian committed Nov 14, 2024
1 parent e187ddb commit 59f92a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/scopymainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -387,7 +387,7 @@ void ScopyMainWindow::initPreferences()
p->init("show_graticule", false);
p->init("iiowidgets_use_lazy_loading", true);
p->init("general_plot_target_fps", "60");
p->init("general_show_plot_fps", true);
p->init("general_show_plot_fps", false);
p->init("general_use_native_dialogs", false);
p->init("general_additional_plugin_path", "");
p->init("general_load_decoders", true);
Expand Down

0 comments on commit 59f92a4

Please sign in to comment.