Merge pull request #1536 from Trial97/time3

Allow showing playtime in hours
This commit is contained in:
TheKodeToad
2023-08-27 18:14:04 +01:00
committed by GitHub
7 changed files with 25 additions and 9 deletions

View File

@ -138,6 +138,13 @@
</property>
</widget>
</item>
<item>
<widget class="QCheckBox" name="showGameTimeWithoutDays">
<property name="text">
<string>Show time spent playing in hours</string>
</property>
</widget>
</item>
</layout>
</widget>
</item>