mirror of
https://gitee.com/sui-feng-cb/AzurLaneAutoScript1
synced 2026-04-11 00:45:09 +08:00
Fix: Typo in 63ad648f
This commit is contained in:
@@ -218,7 +218,7 @@ class IniterNoMinicap(u2.init.Initer):
|
|||||||
return []
|
return []
|
||||||
|
|
||||||
|
|
||||||
class DevicePatch(u2._Device):
|
class Device(u2.Device):
|
||||||
def show_float_window(self, show=True):
|
def show_float_window(self, show=True):
|
||||||
"""
|
"""
|
||||||
Don't show float windows.
|
Don't show float windows.
|
||||||
@@ -228,7 +228,7 @@ class DevicePatch(u2._Device):
|
|||||||
|
|
||||||
# Monkey patch
|
# Monkey patch
|
||||||
u2.init.Initer = IniterNoMinicap
|
u2.init.Initer = IniterNoMinicap
|
||||||
u2.Device = DevicePatch
|
u2.Device = Device
|
||||||
|
|
||||||
|
|
||||||
class HierarchyButton:
|
class HierarchyButton:
|
||||||
|
|||||||
Reference in New Issue
Block a user