add support for mounting different fs.

currently, this feature isn't very useful as you cannot copy/move files across different fs.
This commit is contained in:
ITotalJustice
2024-12-31 23:58:49 +00:00
parent d840a8ddba
commit 54c63d6f3b
5 changed files with 110 additions and 25 deletions

View File

@@ -45,6 +45,8 @@ public:
static void ExitRestart();
static auto GetVg() -> NVGcontext*;
static void Push(std::shared_ptr<ui::Widget>);
// pops all widgets above a menu
static void PopToMenu();
// this is thread safe
static void Notify(std::string text, ui::NotifEntry::Side side = ui::NotifEntry::Side::RIGHT);