We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 47e1fa9 commit 72eff7aCopy full SHA for 72eff7a
2 files changed
chat2db-client/src/layouts/index.less
@@ -4,7 +4,11 @@
4
:global {
5
#root {
6
height: 100%;
7
-
+ .codicon-symbol-text:before{
8
+ content: '\eb11';
9
+ width: 16px;
10
+ height: 16px;
11
+ }
12
.codicon-symbol-function:before {
13
content: '\ebb8';
14
width: 16px;
chat2db-client/src/main/menu.js
@@ -50,7 +50,7 @@ const registerAppMenu = (mainWindow) => {
50
{
51
label: '刷新',
52
// accelerator: process.platform === 'darwin' ? 'Cmd+R' : 'Ctrl+R',
53
- accelerator: 'CmdOrCtrl+Shift+X',
+ accelerator: 'CmdOrCtrl+Shift+R',
54
click() {
55
const focusedWindow = BrowserWindow.getFocusedWindow();
56
if (focusedWindow) {
0 commit comments