Dolphin deeds done in loader, exclude games/media

This commit is contained in:
Willy-JL
2023-08-03 23:19:23 +02:00
parent 21eeb53960
commit 09533b36e0
41 changed files with 8 additions and 112 deletions

View File

@@ -18,7 +18,6 @@
#include <lib/subghz/transmitter.h>
#include <lib/subghz/protocols/raw.h>
#include <dolphin/dolphin.h>
#include "playlist_file.h"
#include "canvas_helper.h"
@@ -721,8 +720,6 @@ void playlist_free(Playlist* app) {
}
int32_t playlist_app(char* p) {
dolphin_deed(DolphinDeedPluginStart);
// create playlist folder
{
Storage* storage = furi_record_open(RECORD_STORAGE);