Repair SettingsDialog::showIssuesList
authorKevin Ottens <kevin.ottens@nextcloud.com>
Wed, 7 Oct 2020 10:28:31 +0000 (12:28 +0200)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Thu, 22 Oct 2020 14:40:46 +0000 (16:40 +0200)
commit910f0c9339dbb6f797d7076509ea181c9facf8ec
tree615af0b05c9c5bf00e48c978a82e023d116e7910
parentc42f4abd25d59b7781e1b875351b9672ba151be6
Repair SettingsDialog::showIssuesList

This was completely disabled code and the connect was gone... So let's
introduce the connect back and have it trigger the main window while
selecting the right user. This way the new activity list is displayed
and since the conflicts are shown at the top this is hopefully obvious
again.

Signed-off-by: Kevin Ottens <kevin.ottens@nextcloud.com>
src/gui/settingsdialog.cpp