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

This commit is contained in:
2023-06-08 16:13:04 +10:00
parent d287655cc9
commit a75070010c

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"))
{