Refresh and enable Welcome dialog if no settings.json is present

This commit is contained in:
2026-01-14 12:12:27 -06:00
parent c881296ac8
commit d1d667056b
2 changed files with 80 additions and 23 deletions

View File

@@ -17,8 +17,8 @@ class W3DHub
end
# push_state(W3DHub::States::DemoInputDelay)
# push_state(W3DHub::States::Welcome)
push_state(W3DHub::States::Boot)
push_state(W3DHub::States::Welcome) unless File.exist?(SETTINGS_FILE_PATH)
# push_state(W3DHub::States::DirectConnectDialog)
# push_state(W3DHub::Asterisk::States::IRCProfileForm)
end