1
0
mirror of https://gitee.com/sui-feng-cb/AzurLaneAutoScript1 synced 2026-03-12 13:17:00 +08:00
This commit is contained in:
LmeSzinc
2023-01-01 17:16:56 +08:00
parent 35f6f94d93
commit 82917619e9

View File

@@ -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: