MX 1 rok temu
rodzic
commit
0ecfafc8f6
1 zmienionych plików z 0 dodań i 7 usunięć
  1. 0 7
      ui/scenes/authenticate/totp_scene_authenticate.c

+ 0 - 7
ui/scenes/authenticate/totp_scene_authenticate.c

@@ -1,9 +1,6 @@
 #include "totp_scene_authenticate.h"
 #include <dialogs/dialogs.h>
 #include <totp_icons.h>
-#if __has_include(<assets_icons.h>)
-#include <assets_icons.h>
-#endif
 #include "../../../types/common.h"
 #include "../../constants.h"
 #include "../../../services/config/config.h"
@@ -148,11 +145,7 @@ bool totp_scene_authenticate_handle_event(
                     SCREEN_HEIGHT_CENTER - 5,
                     AlignCenter,
                     AlignCenter);
-#if __has_include(<assets_icons.h>)
-                dialog_message_set_icon(message, &I_WarningDolphinFlip_45x42, 83, 22);
-#else
                 dialog_message_set_icon(message, &I_DolphinCommon_56x48, 72, 17);
-#endif
                 dialog_message_show(plugin_state->dialogs_app, message);
                 dialog_message_free(message);
             }