mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 03:38:59 +08:00
Change account sync date format back to dd/mm/YYYY
For consistency with the rest of the application
This commit is contained in:
parent
e7af27ff80
commit
7388829fc1
@ -126,7 +126,7 @@ class Account(QObject):
|
||||
self.syncStateChanged.emit(self._sync_state)
|
||||
|
||||
if self._sync_state == SyncState.SUCCESS:
|
||||
self._last_sync_str = datetime.now().strftime("%m/%d/%Y %H:%M")
|
||||
self._last_sync_str = datetime.now().strftime("%d/%m/%Y %H:%M")
|
||||
self.lastSyncDateTimeChanged.emit()
|
||||
|
||||
if self._sync_state != SyncState.SYNCING:
|
||||
|
Loading…
x
Reference in New Issue
Block a user