From 6bd1e5463d20d85d7c2cd0e10166ebc04e1d58a7 Mon Sep 17 00:00:00 2001 From: Zastian Pretorius Date: Sun, 24 Oct 2021 23:21:47 +0200 Subject: [PATCH] notevied user that settings.toml was created --- main.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.cpp b/main.cpp index 076b296..f3e2e9f 100644 --- a/main.cpp +++ b/main.cpp @@ -40,6 +40,8 @@ void writeSettins() settings << "path = " << "\"" << home << "/Documents/Compressed/\"" << std::endl; settings << "extensions = [\".zip\",\".rar\",\".7z\"]"; settings.close(); + std::cout << "settings.toml made in " << settingsPath << std::endl; + exit(0); } //Reads all the lines in settings.toml and saves them in a vector line by line.