We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 71cb260 commit 70f172bCopy full SHA for 70f172b
src-tauri/tauri.conf.json
@@ -1,7 +1,7 @@
1
{
2
"$schema": "../node_modules/@tauri-apps/cli/config.schema.json",
3
"productName": "Greptime Dashboard",
4
- "version": "0.8.19",
+ "version": "0.8.20",
5
"identifier": "com.greptime",
6
"build": {
7
"frontendDist": "../dist",
src/tauri/menu.js
@@ -22,7 +22,7 @@ async function setAppMenu() {
22
alwaysOnTop: true,
23
center: true,
24
height: 300,
25
- width: 720,
+ width: 780,
26
})
27
webview.once('tauri://created', function () {
28
console.log('webview created')
0 commit comments