fix user-modal and user-popup in discord theme. add .zshrc.example instead
This commit is contained in:
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"version": "1.12.8",
|
||||
"version": "1.13.0",
|
||||
"addonlistControls": {
|
||||
"plugin": {
|
||||
"view": "grid"
|
||||
@@ -10,11 +10,11 @@
|
||||
},
|
||||
"drawerStates": {
|
||||
"settings": {
|
||||
"customcss": true,
|
||||
"customcss": false,
|
||||
"window": true,
|
||||
"addons": true,
|
||||
"store": true,
|
||||
"editor": false,
|
||||
"addons": false,
|
||||
"store": false,
|
||||
"editor": true,
|
||||
"developer": true
|
||||
}
|
||||
}
|
||||
|
||||
@@ -4,7 +4,9 @@
|
||||
"showToasts": true,
|
||||
"mediaKeys": false,
|
||||
"bdContextMenu": true,
|
||||
"themeAttributes": true
|
||||
"themeAttributes": true,
|
||||
"notificationPosition": "top-right",
|
||||
"notificationEnabled": true
|
||||
},
|
||||
"addons": {
|
||||
"addonErrors": false,
|
||||
@@ -23,10 +25,13 @@
|
||||
"openAction": "settings"
|
||||
},
|
||||
"editor": {
|
||||
"theme": "system",
|
||||
"lineNumbers": true,
|
||||
"minimap": true,
|
||||
"hover": true,
|
||||
"quickSuggestions": true,
|
||||
"insertSpaces": false,
|
||||
"tabSize": 4,
|
||||
"fontSize": 14,
|
||||
"renderWhitespace": "selection"
|
||||
},
|
||||
@@ -43,6 +48,7 @@
|
||||
"reactDevTools": false,
|
||||
"inspectElement": false,
|
||||
"devToolsWarning": false,
|
||||
"recovery": true
|
||||
"recovery": true,
|
||||
"canary": false
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user