mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-13 12:48:35 -07:00
Revert some settings handling to how they work in OFW
This commit is contained in:
@@ -13,6 +13,7 @@ struct DesktopSlideshowView {
|
||||
DesktopSlideshowViewCallback callback;
|
||||
void* context;
|
||||
FuriTimer* timer;
|
||||
|
||||
FuriTimer* auto_timer;
|
||||
};
|
||||
|
||||
|
||||
@@ -3,9 +3,10 @@
|
||||
#include <gui/view.h>
|
||||
|
||||
#include "desktop_events.h"
|
||||
#include "../helpers/slideshow_filename.h"
|
||||
#include <storage/storage.h>
|
||||
|
||||
#define SLIDESHOW_FS_PATH EXT_PATH(".slideshow")
|
||||
#define SLIDESHOW_FS_PATH INT_PATH(SLIDESHOW_FILE_NAME)
|
||||
|
||||
typedef struct DesktopSlideshowView DesktopSlideshowView;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user