mirror of
https://github.com/TimeCrafters/timecrafters_configuration_tool_desktop.git
synced 2025-12-16 05:42:35 +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
|
background 0xff_006000
|
||||||
end
|
end
|
||||||
|
|
||||||
if window.backend.settings.config.empty?
|
if window.backend.settings.config.empty? || window.backend.config.nil?
|
||||||
para "TODO: Introduction"
|
para "TODO: Introduction"
|
||||||
para "Get Started", text_size: 28
|
para "Get Started", text_size: 28
|
||||||
button "1. Create a configuration" do
|
button "1. Create a configuration" do
|
||||||
|
|||||||
Reference in New Issue
Block a user