mirror of
https://github.com/nextcloud/desktop.git
synced 2024-12-17 19:31:48 +03:00
Fixing bug in opening Activity log from tray icon menu 'Recent Changes/Details...'
This commit is contained in:
parent
e27374324d
commit
903dd8acef
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,7 @@ void SettingsDialog::showFirstPage()
|
|||
void SettingsDialog::showActivityPage()
|
||||
{
|
||||
if (_activityAction) {
|
||||
slotSwitchPage(_activityAction);
|
||||
_activityAction->trigger();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue