main: Stop trying to connect to node before API settings created

This commit is contained in:
Nathan Woodburn 2023-06-08 16:13:04 +10:00
parent d287655cc9
commit a75070010c
Signed by: nathanwoodburn
GPG Key ID: 203B000478AD0EF1

View File

@ -73,8 +73,9 @@ namespace FireWallet
if (!File.Exists(dir + "node.txt"))
{
NodeForm cf = new NodeForm();
timerNodeStatus.Stop();
cf.ShowDialog();
// Initial run
timerNodeStatus.Start();
}
if (!File.Exists(dir + "node.txt"))
{