tooltips, two-column timer, font selector, tray behavior, icons, readme
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"$schema": "https://schema.tauri.app/config/2",
|
||||
"productName": "LocalTimeTracker",
|
||||
"productName": "ZeroClock",
|
||||
"version": "1.0.0",
|
||||
"identifier": "com.localtimetracker.app",
|
||||
"build": {
|
||||
@@ -12,7 +12,7 @@
|
||||
"app": {
|
||||
"windows": [
|
||||
{
|
||||
"title": "LocalTimeTracker",
|
||||
"title": "ZeroClock",
|
||||
"width": 1200,
|
||||
"height": 800,
|
||||
"minWidth": 800,
|
||||
@@ -20,12 +20,21 @@
|
||||
"decorations": false,
|
||||
"transparent": false,
|
||||
"resizable": true
|
||||
},
|
||||
{
|
||||
"label": "mini-timer",
|
||||
"url": "mini-timer.html",
|
||||
"title": "Timer",
|
||||
"width": 300,
|
||||
"height": 80,
|
||||
"decorations": false,
|
||||
"transparent": false,
|
||||
"resizable": false,
|
||||
"alwaysOnTop": true,
|
||||
"skipTaskbar": true,
|
||||
"visible": false
|
||||
}
|
||||
],
|
||||
"trayIcon": {
|
||||
"iconPath": "icons/icon.png",
|
||||
"iconAsTemplate": true
|
||||
},
|
||||
"security": {
|
||||
"csp": null
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user