From 9b943eafc83653db3bedbd7d7f3fbfa77e0ec448 Mon Sep 17 00:00:00 2001 From: Aqua-sama Date: Thu, 23 Feb 2017 14:24:39 +0100 Subject: Minor features First run check focusAddress and *toolbarMovable options --- src/main.cpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index 656472c..b787caf 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -43,7 +43,10 @@ int main(int argc, char *argv[]) parser.process(app); + // set config path app.setConfigPath(parser.value(configOption)); + app.firstRun(); + if(!app.preLaunch(parser.positionalArguments())) { return 0; } -- cgit v1.2.1