Remove xtreme/private.h and rewire some things

This commit is contained in:
Willy-JL
2023-07-06 01:28:28 +02:00
parent dc4f264bcb
commit 2e7d074c0c
11 changed files with 28 additions and 25 deletions

View File

@@ -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);

View File

@@ -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>