mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-08-02 21:58:42 +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_KEY "NickName"
|
||||||
#define SERIAL_NICK_NAME_DEF "Phone"
|
#define SERIAL_NICK_NAME_DEF "Phone"
|
||||||
|
|
||||||
QString Config::s_configPath = "";
|
QString Config::s_configPath = "~/.config/qtscrcpy";
|
||||||
|
|
||||||
Config::Config(QObject *parent) : QObject(parent)
|
Config::Config(QObject *parent) : QObject(parent)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue