Fix some desktop keybinds oversights

This commit is contained in:
Willy-JL
2024-08-09 22:07:01 +02:00
parent 1137bd651c
commit b430f82e44
5 changed files with 25 additions and 20 deletions

View File

@@ -87,7 +87,6 @@ struct Desktop {
bool app_running;
bool locked;
Keybinds keybinds;
FuriPubSub* ascii_events_pubsub;
FuriPubSubSubscription* ascii_events_subscription;
};