fix user-modal and user-popup in discord theme. add .zshrc.example instead

This commit is contained in:
SeraphimeZelel
2025-11-28 13:42:41 +07:00
parent 7324ac5028
commit 5cc3fb0593
11 changed files with 108 additions and 69 deletions

View File

@@ -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
}
}

View File

@@ -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
}
}