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:
parent
dec3fb2dcf
commit
c5b7018625
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user