This commit is contained in:
fourtf
2020-02-20 23:37:46 +01:00
parent d6c3c99605
commit 4a69095d5f
4 changed files with 21 additions and 17 deletions
@@ -51,6 +51,7 @@ CommandPage::CommandPage()
Command{"/command", "I made a new command HeyGuys"});
});
// TODO: asyncronously check path
if (QFile(c1settingsPath()).exists())
{
auto button = new QPushButton("Import commands from Chatterino 1");