mirror of
https://github.com/gabehf/Fladder.git
synced 2026-03-08 23:18:16 -07:00
fix: Windows media controls (#297)
Co-authored-by: PartyDonut <PartyDonut@users.noreply.github.com>
This commit is contained in:
parent
d47f1e19da
commit
72dde479c8
5 changed files with 40 additions and 9 deletions
|
|
@ -14,6 +14,8 @@ class SMTCWindows {
|
|||
bool? enabled,
|
||||
});
|
||||
|
||||
static Future<void> initialize() async {}
|
||||
|
||||
late final Stream<PressedButton> buttonPressStream;
|
||||
|
||||
Future<void> updateConfig(SMTCConfig config) async {}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue