Skip to content

Commit

Permalink
fix module load
Browse files Browse the repository at this point in the history
  • Loading branch information
xMasterX committed Mar 20, 2024
1 parent 6f560ef commit 7c607ab
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions applications/system/js_app/modules/js_dialog.c
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
#include <core/common_defines.h>
#include "../js_modules.h"
#include <dialogs/dialogs.h>
#include <assets_icons.h>

static bool js_dialog_msg_parse_params(struct mjs* mjs, const char** hdr, const char** msg) {
size_t num_args = mjs_nargs(mjs);
Expand Down Expand Up @@ -167,7 +166,6 @@ static void js_dialog_pick_file(struct mjs* mjs) {
DialogsApp* dialogs = furi_record_open(RECORD_DIALOGS);
const DialogsFileBrowserOptions browser_options = {
.extension = extension,
.icon = &I_Apps_10px,
.base_path = base_path,
};
FuriString* path = furi_string_alloc_set(base_path);
Expand Down

0 comments on commit 7c607ab

Please sign in to comment.