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

Method should_show_welcome

config_manager.py:100–102  ·  view source on GitHub ↗

Check if welcome dialog should be shown

(self)

Source from the content-addressed store, hash-verified

98 self.set_setting("first_run", False)
99
100 def should_show_welcome(self) -> bool:
101 """Check if welcome dialog should be shown"""
102 return self.get_setting("show_welcome", True)
103
104 def set_show_welcome(self, show: bool):
105 """Set whether to show welcome dialog"""

Callers

nothing calls this directly

Calls 1

get_settingMethod · 0.95

Tested by

no test coverage detected