This commit is contained in:
Willy-JL
2024-04-04 20:05:55 +01:00
3 changed files with 20 additions and 7 deletions

View File

@@ -80,6 +80,8 @@ struct Desktop {
bool in_transition : 1;
FuriSemaphore* animation_semaphore;
Keybinds keybinds;
FuriPubSub* ascii_events_pubsub;