From e5bd1a63e85c47b8d7a54ba7572984d090fa509d Mon Sep 17 00:00:00 2001 From: tildearrow Date: Fri, 19 Sep 2025 00:08:13 -0500 Subject: [PATCH] i am freaking slacking off --- src/gui/newFilePicker.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/newFilePicker.h b/src/gui/newFilePicker.h index 06fa79b56..319baf99a 100644 --- a/src/gui/newFilePicker.h +++ b/src/gui/newFilePicker.h @@ -33,5 +33,5 @@ class FurnaceFilePicker { public: bool draw(); - bool open(String name); -}; \ No newline at end of file + bool open(String name, String path, bool modal); +};