2.0.2 #106

Merged
defnotken merged 36 commits from 2.0.2 into master 2025-12-31 02:29:37 +00:00
Showing only changes of commit 8a41baa88b - Show all commits

View File

@@ -99,6 +99,12 @@ internal class ContextMenuService : IHostedService
if (!_pluginInterface.UiBuilder.ShouldModifyUi)
return;
if (!_configService.Current.EnableRightClickMenus)
{
_logger.LogTrace("Right-click menus are disabled in configuration.");
return;
}
if (args.AddonName != null)
{
var addonName = args.AddonName;