MCPcopy Index your code
hub / github.com/PySimpleGUI/PySimpleGUI / main_watermark_off

Function main_watermark_off

PySimpleGUI/PySimpleGUI.py:25092–25095  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25090
25091
25092def main_watermark_off():
25093 pysimplegui_user_settings.set('-watermark5-', True)
25094 pysimplegui_user_settings.save()
25095 _global_settings_get_watermark_info()
25096
25097# ..######..########..##....##....##.....##.########.##.......########.
25098# .##....##.##.....##.##...##.....##.....##.##.......##.......##.....##

Callers

nothing calls this directly

Calls 3

saveMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected