Skip to content

Commit b2a4207

Browse files
committed
fix one review comment
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent 434c229 commit b2a4207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/gui/tray/usermodel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -663,7 +663,7 @@ void User::processCompletedSyncItem(const Folder *folder, const SyncFileItemPtr
663663

664664
bool User::canLogout() const
665665
{
666-
return !_account->account()->isPublicShareLink();
666+
return !isPublicShareLink();
667667
}
668668

669669
bool User::isPublicShareLink() const

0 commit comments

Comments
 (0)