2
0
mirror of https://github.com/Laupetin/OpenAssetTools.git synced 2025-11-23 05:12:05 +00:00

feat: add bind for loading fastfiles to ModMan

This commit is contained in:
Jan Laupetin
2025-10-11 12:51:21 +01:00
parent 42473a7320
commit 4911cfa4c6
15 changed files with 215 additions and 1 deletions

View File

@@ -1,5 +1,6 @@
#include "Binds.h"
#include "FastFileBinds.h"
#include "Web/Binds/DialogBinds.h"
namespace ui
@@ -7,5 +8,6 @@ namespace ui
void RegisterAllBinds(webview::webview& wv)
{
RegisterDialogHandlerBinds(wv);
RegisterFastFileBinds(wv);
}
} // namespace ui