added current user profile to navigatorbar

This commit is contained in:
Ren Amamiya
2023-02-24 10:34:47 +07:00
parent f6d687cec9
commit 745c9141a0
9 changed files with 519 additions and 15 deletions

View File

@@ -17,6 +17,14 @@
"all": false,
"open": true
},
"clipboard": {
"all": true,
"writeText": true,
"readText": true
},
"notification": {
"all": true
},
"window": {
"startDragging": true
}