Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Menu exits after each state-change #3

Closed
srinskit opened this issue Oct 29, 2020 · 3 comments · Fixed by #4
Closed

Menu exits after each state-change #3

srinskit opened this issue Oct 29, 2020 · 3 comments · Fixed by #4

Comments

@srinskit
Copy link

Currently turning bluetooth on and connecting to a device looks like this

  1. Open rofi bluetooth
  2. Power > on
  3. Menu closes; Open rofi bluetooth again
  4. Device > Connected > yes
  5. Menu closes

The menu closes after each state-change. Is this because it takes time to perform the state-change and reflecting it live isn't feasible? It would be much more convenient if it returned to the main rofi-bluetooth menu.

@nickclyde
Copy link
Owner

Yeah, it takes a little bit of time to reflect the state changes, but I could probably rework it a little to bring the menu back up, and then just add an exit option to the bottom. That would definitely be more convenient!
I'll see if I can get some time to work on it this weekend!

@nickclyde
Copy link
Owner

Should be working now, give it a shot and let me know what you think!

@srinskit
Copy link
Author

Neat! Works great for me!

Does the menu have to exit and reappear while the state changes? Can it not stay on the menu and indicate progress with "Connecting" or "Turning on/off"? Does sound like a lot of rework.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants