Update apps

This commit is contained in:
Willy-JL
2023-08-30 18:59:32 +02:00
parent 160ab755a2
commit ee37769ee2
308 changed files with 2314 additions and 801 deletions

View File

@@ -1,6 +1,7 @@
#include "totp_app_settings.h"
#include <math.h>
#include <totp_icons.h>
#include "totp_icons.h"
#include <assets_icons.h>
#include <available_fonts.h>
#include "../../canvas_extensions.h"
#include "../../ui_controls.h"

View File

@@ -1,6 +1,6 @@
#include "totp_scene_authenticate.h"
#include <dialogs/dialogs.h>
#include <totp_icons.h>
#include "totp_icons.h"
#include <assets_icons.h>
#include "../../../types/common.h"
#include "../../constants.h"

View File

@@ -2,7 +2,7 @@
#include <gui/gui.h>
#include <notification/notification.h>
#include <notification/notification_messages.h>
#include <totp_icons.h>
#include "totp_icons.h"
#include <assets_icons.h>
#include <roll_value.h>
#include <available_fonts.h>
@@ -246,7 +246,7 @@ void totp_scene_generate_token_render(Canvas* const canvas, PluginState* plugin_
SCREEN_HEIGHT_CENTER + 10,
AlignCenter,
AlignCenter,
"Press OK button to access menu");
"Press OK button to open menu");
return;
}

View File

@@ -1,5 +1,5 @@
#include "standby.h"
#include <totp_icons.h>
#include "totp_icons.h"
#include <assets_icons.h>
#include "../../constants.h"
@@ -10,4 +10,4 @@ void totp_scene_standby_render(Canvas* const canvas) {
canvas_draw_str_aligned(canvas, 5, 10, AlignLeft, AlignTop, "CLI command");
canvas_draw_str_aligned(canvas, 5, 24, AlignLeft, AlignTop, "is running now");
}
}

View File

@@ -1,5 +1,5 @@
#include "ui_controls.h"
#include <totp_icons.h>
#include "totp_icons.h"
#include <assets_icons.h>
#include "constants.h"