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

During the update process, the gui is busy #170

Merged
merged 2 commits into from
Nov 24, 2023
Merged

During the update process, the gui is busy #170

merged 2 commits into from
Nov 24, 2023

Conversation

jj-so
Copy link
Contributor

@jj-so jj-so commented Nov 22, 2023

During the update process, the gui is now in a waiting state.
It is no longer possible to click on anything else in the app (except the help).
The cursor also shows the waiting status.

Fix: #160

	modified:   nitrokeyapp/gui.py
	modified:   nitrokeyapp/overview_tab.py
@@ -239,6 +239,7 @@ def remove_device(self, data: DeviceData) -> None:
self.widget_show()

def refresh(self) -> None:
self.overview_tab.busy_state_changed.connect(self.set_busy)
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

please move behind comment

@jj-so jj-so merged commit 54c1469 into main Nov 24, 2023
8 checks passed
@jj-so jj-so deleted the setGuiBusy branch November 24, 2023 07:35
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 this pull request may close these issues.

During Update it shouldn't be possible to switch tabs
2 participants