We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43ad2a5 commit 907796cCopy full SHA for 907796c
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "winboat",
3
- "version": "0.6.9",
+ "version": "0.6.10",
4
"description": "Windows for Penguins",
5
"main": "main/main.js",
6
"scripts": {
src/renderer/App.vue
@@ -52,7 +52,7 @@
52
The WinBoat Guest Server has been updated successfully! You can now close this dialog and continue using the application.
53
</p>
54
</template>
55
- <footer v-if="!manualUpdateRequired && winboat?.isUpdatingGuestServer.value">
+ <footer v-if="!manualUpdateRequired">
56
<x-progressbar v-if="winboat?.isUpdatingGuestServer.value" class="my-4"></x-progressbar>
57
<x-button v-else id="close-button" @click="updateDialog!.close()" toggled>
58
<x-label>Close</x-label>
0 commit comments