mirror of
https://github.com/keepassxreboot/keepassxc.git
synced 2026-03-11 08:54:48 +00:00
parent
bb7a74b632
commit
8424acda4d
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ namespace BrowserShared
|
|||
: path + serverName;
|
||||
#elif defined(Q_OS_WIN)
|
||||
// Windows uses named pipes
|
||||
return serverName;
|
||||
return serverName + "_" + qgetenv("USERNAME");
|
||||
#else // Q_OS_MACOS and others
|
||||
return QStandardPaths::writableLocation(QStandardPaths::TempLocation) + serverName;
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Reference in a new issue