mirror of
https://github.com/Ultimaker/Cura.git
synced 2025-08-07 22:13:58 -06: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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue