mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
Update config.cpp
This commit is contained in:
parent
ba0883b2c7
commit
884415f6f3
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@
|
|||
#define SERIAL_NICK_NAME_KEY "NickName"
|
||||
#define SERIAL_NICK_NAME_DEF "Phone"
|
||||
|
||||
QString Config::s_configPath = "";
|
||||
QString Config::s_configPath = "~/.config/qtscrcpy";
|
||||
|
||||
Config::Config(QObject *parent) : QObject(parent)
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue