mirror of
https://github.com/lucaspalomodevelop/autom.git
synced 2026-03-12 23:27:21 +00:00
fixing override bug
This commit is contained in:
parent
3b2f277b18
commit
0105139235
@ -55,8 +55,12 @@ public:
|
||||
|
||||
void runSetup()
|
||||
{
|
||||
createFolder();
|
||||
createSettings();
|
||||
|
||||
if (!std::filesystem::exists(home))
|
||||
createFolder();
|
||||
|
||||
if (!std::filesystem::exists(home + "/.automconfig.toml"))
|
||||
createSettings();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user