mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-13 17:22:47 -05:00
Add support for an about menu
This commit is contained in:
@@ -10,8 +10,10 @@ namespace FloatingStatusWindowLibrary
|
||||
|
||||
bool HasSettingsMenu { get; }
|
||||
bool HasRefreshMenu { get; }
|
||||
bool HasAboutMenu { get; }
|
||||
|
||||
void ShowSettings();
|
||||
void Refresh();
|
||||
void ShowAbout();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user