This commit is contained in:
shidorien
2024-01-05 17:39:12 +01:00
parent 5449792294
commit cd5237aff3
+1 -1
View File
@@ -48,10 +48,10 @@ export default function App() {
const lastAppVersion = autoUpdater.getLastAppVersion();
autoUpdater.setLastAppVersion();
if (lastAppVersion && gt(appVersion, lastAppVersion)) {
autoUpdater.showChangelog(appVersion);
}
};
const checkOneClicks = async () => {