From ab6a929add595b442ef28ad38ed503147811d3a7 Mon Sep 17 00:00:00 2001 From: Tony Bark Date: Mon, 9 Sep 2024 04:37:42 -0400 Subject: [PATCH] Increased resolution, and added warning to README --- README.md | 2 ++ src-tauri/tauri.conf.json | 7 +++---- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index dfa02ca..1c703a3 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,8 @@ Amtrak Status Boards, or AMTK Status, is a desktop front-end for accessing Dixieland Software's [station status boards](https://dixielandsoftware.net/Amtrak/solari/). +**WARNING: RESOLUTION IS LARGE.** + ## Background This was intended to solve a rather awkward dilemma. While I much prefer PWAs, I used to have a bunch of standalone web apps for stations that I view on Virtual Railfan. This front-end was intended to solve that dilemma by accessing all stations from a single application using a modern, cleaner interface. diff --git a/src-tauri/tauri.conf.json b/src-tauri/tauri.conf.json index b2d5426..766a227 100644 --- a/src-tauri/tauri.conf.json +++ b/src-tauri/tauri.conf.json @@ -21,10 +21,9 @@ "windows": [ { "title": "Amtrak Status Boards", - "fullscreen": false, "resizable": true, - "width": 1400, - "height": 768 + "width": 1450, + "height": 950 } ], "security": { @@ -33,7 +32,7 @@ "bundle": { "active": true, "targets": "all", - "identifier": "com.tpaw.amtk", + "identifier": "com.tpaw.amtkstat", "icon": [ "icons/32x32.png", "icons/128x128.png",