pysimplegui 窗体上右上角的最大化最小化图标,能设置取消吗?没看到哪里有介绍的
window=sg.Window('Python GUI',layout,keep_on_top=True, disable_minimize=True)#默认False
参考一下官方文档: https://pysimplegui.readthedocs.io/en/latest/cookbook/#themes-window-beautification https://pysimplegui.readthedocs.io/en/latest/cookbook/#themes-window-beautification