update
This commit is contained in:
parent
adb3c409ee
commit
8f6b34a3d4
@ -12,7 +12,7 @@ layout = [
|
||||
window = sg.Window("批量webp格式转化为png格式 -by Zengtudor",layout,size=(800,400),resizable=True)
|
||||
bar = window["bar"]
|
||||
|
||||
def main():
|
||||
def main() -> None:
|
||||
while True:
|
||||
ret = window.read()
|
||||
if ret:
|
||||
|
Loading…
Reference in New Issue
Block a user