Do not allow to open more than 1 ammo pickers
This commit is contained in:
@@ -26,8 +26,7 @@ class GraphFitAmmoPicker(ContextMenuSingle):
|
||||
return 'Plot with Different Ammo...'
|
||||
|
||||
def activate(self, callingWindow, fullContext, mainItem, i):
|
||||
window = AmmoPickerFrame(callingWindow, mainItem.item)
|
||||
window.Show()
|
||||
AmmoPickerFrame.openOne(callingWindow, mainItem.item, forceReopen=True)
|
||||
|
||||
|
||||
GraphFitAmmoPicker.register()
|
||||
|
||||
Reference in New Issue
Block a user