mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 15:27:40 +00:00
Update VRR-Monitor.js
This commit is contained in:
parent
ca47732b53
commit
4c952afe9c
1 changed files with 2 additions and 2 deletions
|
@ -96,7 +96,7 @@ function populateTable(table, stations) {
|
|||
nameCell.leftAligned()
|
||||
nameCell.widthWeight = 1
|
||||
|
||||
let buttonCell = row.addButton('Copy ID to clipboard');
|
||||
let buttonCell = row.addButton('Copy ID');
|
||||
buttonCell.rightAligned()
|
||||
buttonCell.widthWeight = 1
|
||||
buttonCell.onTap = () => {
|
||||
|
@ -227,4 +227,4 @@ if(!config.runsInWidget) {
|
|||
// Tell the system to show the widget.
|
||||
Script.setWidget(widget)
|
||||
Script.complete()
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue