mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-12 20:38:36 -07:00
Remove xtreme/private.h and rewire some things
This commit is contained in:
@@ -120,9 +120,7 @@ bool xtreme_app_apply(XtremeApp* app) {
|
||||
|
||||
if(app->show_slideshow) {
|
||||
callback_reboot(NULL);
|
||||
}
|
||||
|
||||
if(app->require_reboot) {
|
||||
} else if(app->require_reboot) {
|
||||
popup_set_header(app->popup, "Rebooting...", 64, 26, AlignCenter, AlignCenter);
|
||||
popup_set_text(app->popup, "Applying changes...", 64, 40, AlignCenter, AlignCenter);
|
||||
popup_set_callback(app->popup, callback_reboot);
|
||||
|
||||
@@ -20,6 +20,7 @@
|
||||
#include <lib/subghz/subghz_setting.h>
|
||||
#include <flipper_application/flipper_application.h>
|
||||
#include <notification/notification_app.h>
|
||||
#include <power/power_service/power.h>
|
||||
#include <rgb_backlight.h>
|
||||
#include <m-array.h>
|
||||
#include <namespoof.h>
|
||||
|
||||
Reference in New Issue
Block a user