Make active ProgressBars busy
This commit is contained in:
@@ -332,7 +332,7 @@ onMounted(async () => {
|
||||
</div>
|
||||
</SettingsItem>
|
||||
|
||||
<ProgressBar :value="lastTask.percent" v-if="updateBusy && lastTask" />
|
||||
<ProgressBar :value="lastTask.percent" v-if="updateBusy && lastTask" :busy="true" />
|
||||
<p v-if="updateBusy && lastTask">{{ lastTask.message }}</p>
|
||||
|
||||
<div class="error-label" v-if="stopError.generic">{{ stopError.generic }}</div>
|
||||
|
||||
Reference in New Issue
Block a user