ChungZH / notepanda

📃 A simple cross-platform notepad. Based on Qt and C++.

Home Page:https://t.me/notepanda

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Set configFile path

ChungZH opened this issue · comments

commented
  1. currentPathConfig = applicationDirPath() + "/config";
  2. configNotepanda = QStandardPaths::writableLocation(QStandardPaths::AppConfigLocation);
  3. homeNotepanda = QDir::homePath() + "/.notepanda";

https://github.com/Qv2ray/Qv2ray/blob/362c1f28491b78323a2c310f90a8721b07e4ea76/src/Qv2rayApplication.cpp#L226-L326

commented

d32423c done