mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-03-12 17:57:01 +08:00
Fix: Typo in 63ad648f
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user