mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-20 04:25:42 +08:00
Ref T447, toggleStayOnTop for CGuiApplication
This commit is contained in:
@@ -210,6 +210,9 @@ namespace BlackGui
|
||||
//! \copydoc BlackCore::CApplication::gracefulShutdown
|
||||
virtual void gracefulShutdown() override;
|
||||
|
||||
//! Toggle stay on top
|
||||
bool toggleStayOnTop();
|
||||
|
||||
//! Save the main widget state?
|
||||
void setSaveMainWidgetState(bool save) { m_saveMainWidgetState = save; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user