diff --git a/currentVersion.md b/currentVersion.md index e2d5b8e2..261d3d11 100644 --- a/currentVersion.md +++ b/currentVersion.md @@ -21,3 +21,4 @@ - 修复了管理页面中排序下拉框显示异常的问题 - 修复了暗色模式下任务页面的显示问题 - 修复了图床设置页面设置为默认图床按钮状态没有及时更新的问题 +- 修复了预处理设置页面,图床水印独立设置的按钮状态没有及时更新的问题 diff --git a/currentVersion_en.md b/currentVersion_en.md index 343e0899..d4e70e23 100644 --- a/currentVersion_en.md +++ b/currentVersion_en.md @@ -21,3 +21,4 @@ - Fixed an issue where the sort dropdown in the management page displayed abnormally - Fixed an issue where the task page displayed incorrectly in dark mode - Fixed an issue where the default image bed button status on the image bed settings page did not update in time +- Fixed an issue where the button status for independent watermark settings on the image bed watermark settings page did not update in time diff --git a/src/renderer/components/InputBoxDialog.vue b/src/renderer/components/InputBoxDialog.vue index dd17b97c..7be9fccc 100644 --- a/src/renderer/components/InputBoxDialog.vue +++ b/src/renderer/components/InputBoxDialog.vue @@ -1,25 +1,42 @@