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

Function main_watermark_on

PySimpleGUI/PySimpleGUI.py:25086–25089  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25084
25085
25086def main_watermark_on():
25087 pysimplegui_user_settings.set('-watermark5-', False)
25088 pysimplegui_user_settings.save()
25089 _global_settings_get_watermark_info()
25090
25091
25092def main_watermark_off():

Callers

nothing calls this directly

Calls 3

saveMethod · 0.80
setMethod · 0.45

Tested by

no test coverage detected