Disable favorite tool cloning by default

Also add tooltip stating that tool cloning may cause a delay while
switching between tabs.
This commit is contained in:
Lawrence Lee
2021-12-24 16:03:58 -08:00
parent a7010d25cd
commit 6a0067d738
3 changed files with 4 additions and 1 deletions

View File

@@ -532,6 +532,8 @@ ToolLocationPreference::Impl::Impl(Options &options) :
// General options.
cloneFavoriteToolsToggleWidget->set_active(options.cloneFavoriteTools);
cloneFavoriteToolsToggleWidget->set_tooltip_text(
M("PREFERENCES_TOOLPANEL_CLONE_FAVORITES_TOOLTIP"));
// Tool list.
toolListViewPtr->append_column(toolListViewColumnToolName);