mirror of
https://github.com/swift-project/pilotclient.git
synced 2026-04-08 21:05:34 +08:00
Allow to reset/disable overlay messages with one click
This commit is contained in:
@@ -42,6 +42,12 @@ namespace BlackGui
|
||||
//! Change the settings
|
||||
void changeSettings();
|
||||
|
||||
//! Disable all overlay messages
|
||||
void disableAllOverlayMessages();
|
||||
|
||||
//! Reset all overlay messages
|
||||
void resetOverlayMessages();
|
||||
|
||||
QScopedPointer<Ui::CSettingsTextMessageInlineComponent> ui;
|
||||
BlackMisc::CSetting<BlackGui::Settings::TextMessageSettings> m_settings { this, &CSettingsTextMessageInlineComponent::settingsChanged }; //!< settings changed
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user