mirror of
https://github.com/tonytins/amtkstat.git
synced 2025-10-16 07:03:28 -04:00
Minimum width and height for small(ish) screens
- Maximum height and width now matches the web app's - Finally, renamed the "greet" functions to "station"
This commit is contained in:
parent
c24378ffad
commit
09746c2315
3 changed files with 12 additions and 8 deletions
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "AMTK Status",
|
||||
"version": "0.1.101"
|
||||
"version": "0.1.102"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
@ -22,8 +22,12 @@
|
|||
{
|
||||
"title": "Amtrak Status Boards",
|
||||
"resizable": true,
|
||||
"width": 1450,
|
||||
"height": 950
|
||||
"width": 1100,
|
||||
"height": 768,
|
||||
"minWidth": 1100,
|
||||
"minHeight": 768,
|
||||
"maxWidth": 1450,
|
||||
"maxHeight": 950
|
||||
}
|
||||
],
|
||||
"security": {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue