Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ClusterM/flipperzero-firmware.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSG <who.just.the.doctor@gmail.com>2021-07-05 01:03:56 +0300
committerGitHub <noreply@github.com>2021-07-05 01:03:56 +0300
commit29da0e360c5b09695b94d9277fb54e4da9a60103 (patch)
treeb57ae678c145519b43f34288f497a294a842dc1d /applications/applications.h
parent7734fb4018421c3d91013fad3b57980c3add84a0 (diff)
[FL-1329] Settings (#563)
* Menu: secondary menu rendering * Manu: reset window position on enter to new menu * App-loader: settings menu * Applications: add settings app list * App backlight-control: all work related to turning off the display is now in the notification app * App notification: settings save and load * Gui: variable item list module * App: new notification settings app * Display: backlight is now fully serviced in the notification app * Gui: update variable item list module documentation
Diffstat (limited to 'applications/applications.h')
-rw-r--r--applications/applications.h8
1 files changed, 7 insertions, 1 deletions
diff --git a/applications/applications.h b/applications/applications.h
index 65fc9572..45d37bdb 100644
--- a/applications/applications.h
+++ b/applications/applications.h
@@ -49,4 +49,10 @@ extern const FlipperApplication FLIPPER_SCENE;
extern const FlipperApplication FLIPPER_SCENE_APPS[];
extern const size_t FLIPPER_SCENE_APPS_COUNT;
-extern const FlipperApplication FLIPPER_ARCHIVE; \ No newline at end of file
+extern const FlipperApplication FLIPPER_ARCHIVE;
+
+/* Settings list
+ * Spawned by app-loader
+ */
+extern const FlipperApplication FLIPPER_SETTINGS_APPS[];
+extern const size_t FLIPPER_SETTINGS_APPS_COUNT; \ No newline at end of file