Menu item to reset all dock widgets' settings

This commit is contained in:
Klaus Basan
2020-02-10 00:01:26 +01:00
committed by Mat Sutcliffe
parent 1d5bbb6747
commit 7efebad51a
2 changed files with 15 additions and 1 deletions

View File

@@ -104,6 +104,9 @@ namespace BlackGui
//! All floating info areas on top
void allFloatingOnTop();
//! Reset all widgets
void resetAllWidgetSettings();
//! Toggle dock / floating of the whole info area
virtual void toggleFloatingWholeInfoArea();