mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-15 05:22:34 +00:00
Fixed crash when config file is defined in settings but file doesn't exist
This commit is contained in:
@@ -12,7 +12,7 @@ module TAC
|
||||
background 0xff_006000
|
||||
end
|
||||
|
||||
if window.backend.settings.config.empty?
|
||||
if window.backend.settings.config.empty? || window.backend.config.nil?
|
||||
para "TODO: Introduction"
|
||||
para "Get Started", text_size: 28
|
||||
button "1. Create a configuration" do
|
||||
|
||||
Reference in New Issue
Block a user