mirror of
https://github.com/ckaczor/FloatingStatusWindow.git
synced 2026-01-14 09:35:36 -05:00
Add options for settings and refresh menus
This commit is contained in:
@@ -7,5 +7,11 @@ namespace FloatingStatusWindowLibrary
|
||||
string Name { get; }
|
||||
string WindowSettings { get; set; }
|
||||
Icon Icon { get; }
|
||||
|
||||
bool HasSettingsMenu { get; }
|
||||
bool HasRefreshMenu { get; }
|
||||
|
||||
void ShowSettings();
|
||||
void Refresh();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user