mirror of
https://github.com/BorysLevytskyi/BitwiseCmd.git
synced 2026-02-02 00:54:30 +01:00
got rid of mode in config
This commit is contained in:
@@ -7,8 +7,7 @@
|
||||
|
||||
app.set('cmdConfig', core.ObservableObject.create({
|
||||
emphasizeBytes: true,
|
||||
theme: 'dark',
|
||||
mode: 'dec'
|
||||
theme: 'dark'
|
||||
}));
|
||||
|
||||
app.debugMode = false;
|
||||
|
||||
Reference in New Issue
Block a user