UX: Apply values returned by the server when changing content settings

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2025-03-20 12:56:07 +01:00
parent 2bf60529cc
commit b321c1f2c4

View file

@ -296,6 +296,7 @@ export default {
this.settings
.save()
.then(() => {
this.$config.setSettings(this.settings);
this.$notify.success(this.$gettext("Changes successfully saved"));
})
.finally(() => {