This commit is contained in:
CortexCore 2024-12-27 22:00:24 +08:00
parent adb56d3023
commit 0287c1a2fc
1 changed files with 1 additions and 1 deletions

View File

@ -136,7 +136,7 @@ namespace BITKit.UX
BIT4Log.Warning<UXService>("未找到ux_panel_settings");
throw;
}
document.visualTreeAsset = await ModService.LoadAsset<VisualTreeAsset>("ux_context_menu");
document.visualTreeAsset = await ModService.LoadAsset<VisualTreeAsset>("ui_context_menu");
_root = document.rootVisualElement;
_container = _root.Q<VisualElement>("menu-container");