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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user