mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2024-12-28 08:49:42 -05:00
parent
bb7a74b632
commit
8424acda4d
@ -37,7 +37,7 @@ namespace BrowserShared
|
|||||||
: path + serverName;
|
: path + serverName;
|
||||||
#elif defined(Q_OS_WIN)
|
#elif defined(Q_OS_WIN)
|
||||||
// Windows uses named pipes
|
// Windows uses named pipes
|
||||||
return serverName;
|
return serverName + "_" + qgetenv("USERNAME");
|
||||||
#else // Q_OS_MACOS and others
|
#else // Q_OS_MACOS and others
|
||||||
return QStandardPaths::writableLocation(QStandardPaths::TempLocation) + serverName;
|
return QStandardPaths::writableLocation(QStandardPaths::TempLocation) + serverName;
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user