Who tf wrote this, and why? | Biggest stability update ever

Bro, what the fuck is this bullshit? I swear imma go cry if I see more shit like that...
This commit is contained in:
VerstreuteSeele
2023-01-06 01:45:02 +01:00
parent f082ca1915
commit a026ab37bd
199 changed files with 152 additions and 1068 deletions
Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.7 KiB

+2 -5
View File
@@ -1,7 +1,7 @@
App(
appid="u2f",
name="U2F",
apptype=FlipperAppType.EXTERNAL,
apptype=FlipperAppType.APP,
entry_point="u2f_app",
cdefines=["APP_U2F"],
requires=[
@@ -9,10 +9,7 @@ App(
"dialogs",
],
stack_size=2 * 1024,
# icon="A_U2F_14",
icon="A_U2F_14",
order=80,
fap_icon="U2FIcon.png",
fap_category="Main",
fap_icon_assets="images",
fap_libs=["assets"],
)
Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.6 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.8 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 3.7 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.9 KiB

+1 -1
View File
@@ -4,7 +4,7 @@
#include "scenes/u2f_scene.h"
#include <gui/gui.h>
#include <u2f_icons.h>
#include <assets_icons.h>
#include <gui/view_dispatcher.h>
#include <gui/scene_manager.h>
#include <gui/modules/submenu.h>
+1 -1
View File
@@ -1,6 +1,6 @@
#include "u2f_view.h"
#include <gui/elements.h>
#include <u2f_icons.h>
#include <assets_icons.h>
#include "../../../settings/desktop_settings/desktop_settings_app.h"
struct U2fView {