Add option to clone favorite tools
If cloning is enabled, favorite tools will appear in the favorites panel and in the original location.
This commit is contained in:
@@ -124,7 +124,8 @@ public:
|
||||
void updateFBQueryTB (bool singleRow);
|
||||
void updateFBToolBarVisibility (bool showFilmStripToolBar);
|
||||
void updateShowtooltipVisibility (bool showtooltip);
|
||||
void updateToolPanelToolLocations(const std::vector<Glib::ustring> &favorites);
|
||||
void updateToolPanelToolLocations(
|
||||
const std::vector<Glib::ustring> &favorites, bool cloneFavoriteTools);
|
||||
bool getIsFullscreen()
|
||||
{
|
||||
return is_fullscreen;
|
||||
|
Reference in New Issue
Block a user