mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-10 21:24:16 +02:00
improvement -> all suported types now display a 'Checking configuration file' task during the initialization process
This commit is contained in:
@@ -195,7 +195,7 @@ PreparePanel QLabel#task_status[status = "running"], QLabel#task_progress[status
|
||||
color: @task.running.color;
|
||||
}
|
||||
|
||||
PreparePanel QLabel#task_status[status = "done"], QLabel#task_progress[status = "done"] {
|
||||
PreparePanel QLabel#task_status[status = "done"], PreparePanel QLabel#task_progress[status = "done"], PreparePanel QLabel#task_substatus[status = "done"]{
|
||||
color: @task.done.color;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user