Skip to content

Commit 907796c

Browse files
committed
fix: The close button for the guest server updater should now show up properly if successfuil
1 parent 43ad2a5 commit 907796c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "winboat",
3-
"version": "0.6.9",
3+
"version": "0.6.10",
44
"description": "Windows for Penguins",
55
"main": "main/main.js",
66
"scripts": {

src/renderer/App.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
The WinBoat Guest Server has been updated successfully! You can now close this dialog and continue using the application.
5353
</p>
5454
</template>
55-
<footer v-if="!manualUpdateRequired && winboat?.isUpdatingGuestServer.value">
55+
<footer v-if="!manualUpdateRequired">
5656
<x-progressbar v-if="winboat?.isUpdatingGuestServer.value" class="my-4"></x-progressbar>
5757
<x-button v-else id="close-button" @click="updateDialog!.close()" toggled>
5858
<x-label>Close</x-label>

0 commit comments

Comments
 (0)