Philipp Hörist pushed to branch master at gajim / gajim


Commits:
66be2216 by Philipp Hörist at 2025-06-29T16:57:07+02:00
fix: Windows: Enable automatic update check

- - - - -


1 changed file:

- gajim/common/application.py


Changes:

=====================================
gajim/common/application.py
=====================================
@@ -314,10 +314,6 @@ def _check_for_updates(self) -> None:
     def check_for_gajim_updates(self) -> None:
         self._log.info('Checking for Gajim updates')
 
-        if sys.platform == 'win32':
-            # Disable update check for win32 until we do releases again
-            return
-
         request = create_http_request()
         request.send('GET', 'https://gajim.org/current-version.json',
                      callback=self._on_update_response)



View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/66be221618c5ea54ea093f8e97fd646d1457c2ca

-- 
View it on GitLab: 
https://dev.gajim.org/gajim/gajim/-/commit/66be221618c5ea54ea093f8e97fd646d1457c2ca
You're receiving this email because of your account on dev.gajim.org.


_______________________________________________
Commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]

Reply via email to