fix: disable updater button when app updating (#3268)

This commit is contained in:
Peng Xiao
2023-07-17 15:49:03 +08:00
committed by GitHub
parent eeed398155
commit 81bad608bc
2 changed files with 28 additions and 4 deletions

View File

@@ -125,6 +125,9 @@ export const versionLabel = style({
fontSize: '10px',
lineHeight: '18px',
borderRadius: '4px',
maxWidth: '100px',
overflow: 'hidden',
textOverflow: 'ellipsis',
});
export const whatsNewLabel = style({