AsteroidOS / asteroid-settings

Default settings app for AsteroidOS
GNU General Public License v3.0
9 stars 18 forks source link

watchfaces is not showing current background. #4

Closed Nokius closed 7 years ago

Nokius commented 7 years ago

the watch face settings entry is not showing the current selected watch face.

FlorentRevest commented 7 years ago

Since Qt 5.8, WatchfacePage shows the watchface previews in a Loader instead of an Image. This was prevented by the older Qt versions.

Nokius commented 7 years ago

\o/ nice Thanks