Change "open stats in the same window" modifier to use shift
This commit is contained in:
@@ -45,7 +45,7 @@ class ItemStats(ContextMenu):
|
||||
mstate = wx.GetMouseState()
|
||||
reuse = False
|
||||
|
||||
if mstate.cmdDown or mstate.altDown:
|
||||
if mstate.shiftDown:
|
||||
reuse = True
|
||||
|
||||
if self.mainFrame.GetActiveStatsWindow() is None and reuse:
|
||||
|
||||
Reference in New Issue
Block a user