Skip to content

Commit c7af743

Browse files
committed
fix one review comment
Signed-off-by: Matthieu Gallien <[email protected]>
1 parent 950beff commit c7af743

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
@@ -638,7 +638,7 @@ void User::processCompletedSyncItem(const Folder *folder, const SyncFileItemPtr
638638

639639
bool User::canLogout() const
640640
{
641-
return !_account->account()->isPublicShareLink();
641+
return !isPublicShareLink();
642642
}
643643

644644
bool User::isPublicShareLink() const

0 commit comments

Comments
 (0)