Fix: if the config did not exist, overrideserverurl had no effect.
authorCamila <hello@camila.codes>
Wed, 1 Feb 2023 19:56:34 +0000 (20:56 +0100)
committerMatthieu Gallien <matthieu.gallien@nextcloud.com>
Thu, 2 Feb 2023 07:55:47 +0000 (08:55 +0100)
commit23db86bdf02590dff07ef04f43c34a3133513ac6
treeb45be66949c0bbd3cd9d5a14a4e3de3a2882c057
parentf6d8967c7ed6c0562fcb0e41fae6c10d7333b5d5
Fix: if the config did not exist, overrideserverurl had no effect.

When the client runs for the first time, setting the value was done before
the config file was created. It had no effect.

Signed-off-by: Camila <hello@camila.codes>
src/gui/application.cpp
src/gui/application.h