laptop push
This commit is contained in:
@@ -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)),
|
||||
),
|
||||
|
||||
|
||||
Reference in New Issue
Block a user