From 5e0dae5abb8884a779f937b9ce0976ad562d6af6 Mon Sep 17 00:00:00 2001 From: hschneider Date: Tue, 19 Dec 2023 17:58:49 +0100 Subject: [PATCH] Update --- resources/js/neutralino-autoupdate/autoupdate.js | 10 +++++----- resources/js/neutralino-autoupdate/styles.css | 3 +-- 2 files changed, 6 insertions(+), 7 deletions(-) diff --git a/resources/js/neutralino-autoupdate/autoupdate.js b/resources/js/neutralino-autoupdate/autoupdate.js index 1e55dca..3b5b8a4 100644 --- a/resources/js/neutralino-autoupdate/autoupdate.js +++ b/resources/js/neutralino-autoupdate/autoupdate.js @@ -20,7 +20,7 @@ class NeutralinoAutoupdate { // opt debug: Toggle console debug output // opt lang: Dialog language, defaults to en - this.version = '1.1.4'; + this.version = '1.1.5'; this.debug = opt.debug || true; this.urlManifest = urlManifest; // Manifest URL @@ -55,16 +55,16 @@ class NeutralinoAutoupdate { 'txtAskUpdate': 'You have version {versionCurrent}. Do you want to install version {versionUpdate}?', 'btnCancel': 'Not yet', 'btnOK': 'Install', - 'errorChecksum': "Ooops - Update failed: The download seems to be corrupted.", - 'errorUnpack': 'Ooops - Update failed: Download cannot be unpacked.' + 'errorChecksum': "Ooops - Update failed: The download seems to be corrupted.
You can close this message and try to update again later.", + 'errorUnpack': 'Ooops - Update failed: Download cannot be unpacked
You can close this message and try to update again later.' }, 'de': { 'txtNewVersion': 'Eine neue Version von {appName} ist verfügbar.', 'txtAskUpdate': 'Sie haben Version {versionCurrent}. Möchten Sie Version {versionUpdate} installieren?', 'btnCancel': 'Jetzt nicht', 'btnOK': 'Installieren', - 'errorChecksum': "Ooops - Update Error: Der Download ist anscheinend defekt.", - 'errorUnpack': 'Ooops - Update Error: Der Download kann nicht entpackt werden.' + 'errorChecksum': "Ooops - Update Error: Der Download ist anscheinend defekt.
Du kannst diesen Dialog schließen und es später noch mal versuchen.", + 'errorUnpack': 'Ooops - Update Error: Der Download kann nicht entpackt werden.
Du kannst diesen Dialog schließen und es später noch mal versuchen.' } } diff --git a/resources/js/neutralino-autoupdate/styles.css b/resources/js/neutralino-autoupdate/styles.css index e8d76b9..1bb5203 100644 --- a/resources/js/neutralino-autoupdate/styles.css +++ b/resources/js/neutralino-autoupdate/styles.css @@ -22,9 +22,8 @@ background: #2b2b2b; border-radius: 9px; padding: 20px 20px 20px 20px; - height: auto; + height: fit-content; min-height: 40px; - max-height: 40px; max-width: 500px; overflow: hidden; font-family: 'San Francisco', 'Helvetica Neue', 'Lucida Grande', sans-serif;