elementary / switchboard-plug-datetime

Switchboard Date & Time Plug
GNU General Public License v3.0
10 stars 8 forks source link

Update time picker on time format change #77

Closed getsnoopy closed 4 years ago

getsnoopy commented 4 years ago

The time picker which lists the current time does not update to reflect the current time format until the next synchronization. This commit fixes this so that the change happens immediately when the time format is changed.

Fixes #44