mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-04-28 18:39:26 -05:00
refactor: add prefix to distinguish int value
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user