feat: Rename lastShownTimestamp to feedbackLastShownTimestamp and check QWEN_OAUTH for feedback dialog showing

This commit is contained in:
DragonnZhang 2026-01-19 16:19:35 +08:00
parent e8356c5f9e
commit f99295462d
3 changed files with 22 additions and 15 deletions

View file

@ -474,7 +474,7 @@ const SETTINGS_SCHEMA = {
},
},
},
lastShownTimestamp: {
feedbackLastShownTimestamp: {
type: 'number',
label: 'Feedback Last Shown Timestamp',
category: 'UI',