fix: watermark settings in the preferences modified accidentally (#5823)

This commit is contained in:
Netfan
2025-03-31 09:06:02 +08:00
committed by GitHub
parent df6341f0b8
commit a0feeb1966
5 changed files with 11 additions and 9 deletions

View File

@@ -110,7 +110,7 @@ watch(
async (enable) => {
if (enable) {
await updateWatermark({
content: `${userStore.userInfo?.username}`,
content: `${userStore.userInfo?.username} - ${userStore.userInfo?.realName}`,
});
} else {
destroyWatermark();