citra_qt: add seconds section to clock settings (#4347)

* citra_qt: add seconds section to clock settings

Simple fix to make the UI more usable.

* Use an ISO styled format string

Not actually tested locally
This commit is contained in:
Pengfei Zhu
2018-10-25 21:29:43 +08:00
committed by GitHub
parent dec3fb2dcf
commit c5b7018625

View File

@@ -261,6 +261,9 @@
</item>
<item row="6" column="1">
<widget class="QDateTimeEdit" name="edit_init_time">
<property name="displayFormat">
<string>yyyy-MM-ddTHH:mm:ss</string>
</property>
</widget>
</item>
<item row="7" column="0">