()
| 25084 | |
| 25085 | |
| 25086 | def main_watermark_on(): |
| 25087 | pysimplegui_user_settings.set('-watermark5-', False) |
| 25088 | pysimplegui_user_settings.save() |
| 25089 | _global_settings_get_watermark_info() |
| 25090 | |
| 25091 | |
| 25092 | def main_watermark_off(): |
nothing calls this directly
no test coverage detected