laptop push

This commit is contained in:
ImBenji
2024-05-21 18:12:35 +01:00
parent 639faddfc8
commit 2846a061cc
6 changed files with 95 additions and 64 deletions

View File

@@ -109,8 +109,9 @@ class _ArcDashboardState extends State<ArcDashboard> {
child: Column(
children: [
if (LiveInformation().inRoom)
ShadButton(
text: Text("Rooom Information"),
text: Text("Room Information"),
onPressed: () {
Navigator.pop(context);
showShadSheet(
@@ -152,7 +153,7 @@ class _ArcDashboardState extends State<ArcDashboard> {
)
),
if (!multiMode)
if (!LiveInformation().inRoom)
ShadButton(
text: Text("Return to route selection"),
onPressed: () {
@@ -465,6 +466,7 @@ class _ArcDashboardState extends State<ArcDashboard> {
const ShadButton(
icon: Icon(Icons.stop),
width: double.infinity,
enabled: false,
borderRadius: BorderRadius.all(Radius.circular(10)),
),