mirror of
https://github.com/W1NDes/M-AzurLaneAutoScript.git
synced 2026-05-14 06:28:03 +08:00
Fix: Typo in 63ad648f
This commit is contained in:
parent
35f6f94d93
commit
82917619e9
@ -218,7 +218,7 @@ class IniterNoMinicap(u2.init.Initer):
|
||||
return []
|
||||
|
||||
|
||||
class DevicePatch(u2._Device):
|
||||
class Device(u2.Device):
|
||||
def show_float_window(self, show=True):
|
||||
"""
|
||||
Don't show float windows.
|
||||
@ -228,7 +228,7 @@ class DevicePatch(u2._Device):
|
||||
|
||||
# Monkey patch
|
||||
u2.init.Initer = IniterNoMinicap
|
||||
u2.Device = DevicePatch
|
||||
u2.Device = Device
|
||||
|
||||
|
||||
class HierarchyButton:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user