Skip to content

bad ui state being displayed  #82

Description

@Fector101

use this

            if getattr(self, "service_was_running", False):
                self.sm.settings_screen.set_service_status(ServiceStatus.RUNNING)

with this

            if service.is_running():
                ui_port = get_stored_running_ui_server_port()

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions