瀏覽代碼

more fixes

MX 2 年之前
父節點
當前提交
0ecfafc8f6
共有 1 個文件被更改,包括 0 次插入7 次删除
  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);
             }