Skip to content

Commit

Permalink
KDESKTOP-784 - Do not set pinstate to "Online" at each startup
Browse files Browse the repository at this point in the history
  • Loading branch information
ClementKunz committed Apr 25, 2024
1 parent 856b4f7 commit 870a3a3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/server/vfs/win/vfs_win.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@ bool VfsWin::startImpl(bool &, bool &, bool &) {

_vfsSetupParams._namespaceCLSID = Utility::ws2s(std::wstring(clsid));

setPinState(Path2QStr(_vfsSetupParams._localPath), PinStateOnlineOnly);

return true;
}

Expand Down

0 comments on commit 870a3a3

Please sign in to comment.