refactor: add prefix to distinguish int value

This commit is contained in:
Rongjian Zhang
2021-02-14 10:27:34 +08:00
parent 717b7cd336
commit 6fe2a6541c
5 changed files with 10 additions and 9 deletions

View File

@@ -26,9 +26,9 @@ class StorageKeys {
static const codeThemeDark = 'code-theme-dark';
static const iCodeFontSize = 'code-font-size';
static const codeFontFamily = 'code-font-family';
static const markdown = 'markdown';
static const iMarkdown = 'markdown';
static const iDefaultAccount = 'default-account';
static const locale = 'locale';
static const defaultAccount = 'default-account';
static getDefaultStartTabKey(String platform) =>
'default-start-tab-$platform';