BadKB: Rename code to BadUSB for easier merges

Still called BadKB for display name and appid
This commit is contained in:
Willy-JL
2025-02-28 00:06:57 +00:00
parent 9e65b9472f
commit 02e00498a1
121 changed files with 1877 additions and 1852 deletions

View File

@@ -47,7 +47,7 @@ FileBrowserApp* file_browser_app_alloc(char* arg) {
app->file_path = furi_string_alloc();
app->file_browser = file_browser_alloc(app->file_path);
file_browser_configure(app->file_browser, "*", NULL, true, false, &I_badkb_10px, true);
file_browser_configure(app->file_browser, "*", NULL, true, false, &I_badusb_10px, true);
view_dispatcher_add_view(
app->view_dispatcher, FileBrowserAppViewStart, widget_get_view(app->widget));

View File

Before

Width:  |  Height:  |  Size: 96 B

After

Width:  |  Height:  |  Size: 96 B