You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: MonkeyLoader.Resonite.Integration/UI/ContextMenus/ContextMenusConfig.cs
+6-25Lines changed: 6 additions & 25 deletions
Original file line number
Diff line number
Diff line change
@@ -34,8 +34,7 @@ public sealed class ContextMenusConfig : SingletonConfigSection<ContextMenusConf
34
34
{
35
35
_itemLimitSubgroup,
36
36
newConfigKeyPriority(8),
37
-
newConfigKeyRange<int>(3,32),
38
-
newLimitContextMenuItemsToggleLink()
37
+
newConfigKeyRange<int>(3,32)
39
38
};
40
39
41
40
privatereadonlyDefiningConfigKey<bool>_limitContextMenuItems=new("LimitContextMenuItems","Limit the number of items shown in the context menu. If the configured number is exceeded, the menu will get paginated.",()=>true)
@@ -47,8 +46,7 @@ public sealed class ContextMenusConfig : SingletonConfigSection<ContextMenusConf
47
46
privatereadonlyDefiningConfigKey<bool>_showResetScaleWithToggle=new("ShowResetScaleWithToggle","Show the reset scale action alongside the scaling toggle when it is always allowed.",()=>true)
48
47
{
49
48
_scalingSubgroup,
50
-
newConfigKeyPriority(6),
51
-
newAlwaysAllowScaleToggleLink()
49
+
newConfigKeyPriority(6)
52
50
};
53
51
54
52
privatereadonlyDefiningConfigKey<bool>_showSaveLocation=new("ShowSaveLocation","Show the current inventory path when trying to save something.",()=>true)
@@ -108,28 +106,11 @@ public sealed class ContextMenusConfig : SingletonConfigSection<ContextMenusConf
0 commit comments