Increased resolution, and added warning to README

This commit is contained in:
Tony Bark 2024-09-09 04:37:42 -04:00
parent f32328184e
commit ab6a929add
2 changed files with 5 additions and 4 deletions

View file

@ -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/). 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 ## 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. 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.

View file

@ -21,10 +21,9 @@
"windows": [ "windows": [
{ {
"title": "Amtrak Status Boards", "title": "Amtrak Status Boards",
"fullscreen": false,
"resizable": true, "resizable": true,
"width": 1400, "width": 1450,
"height": 768 "height": 950
} }
], ],
"security": { "security": {
@ -33,7 +32,7 @@
"bundle": { "bundle": {
"active": true, "active": true,
"targets": "all", "targets": "all",
"identifier": "com.tpaw.amtk", "identifier": "com.tpaw.amtkstat",
"icon": [ "icon": [
"icons/32x32.png", "icons/32x32.png",
"icons/128x128.png", "icons/128x128.png",