Have the new account wizard open again
authorKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 14 Dec 2020 14:58:52 +0000 (15:58 +0100)
committerKevin Ottens <kevin.ottens@nextcloud.com>
Mon, 14 Dec 2020 14:58:52 +0000 (15:58 +0100)
commit5ed397a430874c6b4fa803c9e10809d549c1848b
treed3f819bd5ed9260f4d0e3cf9da3117e7ad394a57
parentbe1fb774888c4eb7567efee0eca4a7a3a0d2806c
Have the new account wizard open again

UserModel can't be connected to AccountSettings if the settings dialog
doesn't exist. This is the case now since we delay the creation of that
dialog and free it after use.

Instead it should be properly channeled through the Systray object all
the way up to OwncloudGui which knows how to handle this properly.

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