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:
@@ -424,7 +424,7 @@ void Options::setDefaults()
|
||||
//crvOpen.clear ();
|
||||
parseExtensions.clear();
|
||||
favorites.clear();
|
||||
cloneFavoriteTools = true;
|
||||
cloneFavoriteTools = false;
|
||||
parseExtensionsEnabled.clear();
|
||||
parsedExtensions.clear();
|
||||
parsedExtensionsSet.clear();
|
||||
|
Reference in New Issue
Block a user