mirror of
https://github.com/ThisIsBenny/iOS-Widgets.git
synced 2025-04-19 23:37:41 +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.leftAligned()
|
||||||
nameCell.widthWeight = 1
|
nameCell.widthWeight = 1
|
||||||
|
|
||||||
let buttonCell = row.addButton('Copy ID to clipboard');
|
let buttonCell = row.addButton('Copy ID');
|
||||||
buttonCell.rightAligned()
|
buttonCell.rightAligned()
|
||||||
buttonCell.widthWeight = 1
|
buttonCell.widthWeight = 1
|
||||||
buttonCell.onTap = () => {
|
buttonCell.onTap = () => {
|
||||||
|
|
Loading…
Add table
Reference in a new issue