Merge pull request #129 from Rafostar/libadwaita

Initialize with libadwaita, port preferences window to be adaptive and do few CSS tweaks to improve overall app look.
This commit is contained in:
Rafał Dzięgiel
2021-08-23 18:33:21 +02:00
committed by GitHub
35 changed files with 929 additions and 1012 deletions

View File

@@ -492,7 +492,7 @@ class ClapperWidget extends Gtk.Grid
if(
!this.isSeekable
|| this.controls.isPositionDragging
|| !player.seek_done
|| !player.seekDone
)
return;