fix: show the menu to allow for cancelling to enter tty

This commit is contained in:
2025-08-01 01:28:07 +02:00
committed by Oscar Wallberg
parent 8f695dcc2d
commit 81b2f5f82c
+1 -1
View File
@@ -1,3 +1,3 @@
if uwsm check may-start; then
if uwsm check may-start && uwsm select; then
exec uwsm start default
fi