MCPcopy Create free account
hub / github.com/BasicProtein/AugmentCode-Free / set_show_welcome

Method set_show_welcome

config_manager.py:104–106  ·  view source on GitHub ↗

Set whether to show welcome dialog

(self, show: bool)

Source from the content-addressed store, hash-verified

102 return self.get_setting("show_welcome", True)
103
104 def set_show_welcome(self, show: bool):
105 """Set whether to show welcome dialog"""
106 self.set_setting("show_welcome", show)
107
108 def should_show_about_on_startup(self) -> bool:
109 """Check if about dialog should be shown on startup"""

Callers 1

_on_continueMethod · 0.80

Calls 1

set_settingMethod · 0.95

Tested by

no test coverage detected