Port preferences window to libadwaita

This commit is contained in:
Rafał Dzięgiel
2021-07-10 08:50:01 +02:00
committed by Rafostar
parent 62fab289b7
commit c8a5277908
12 changed files with 822 additions and 703 deletions

View File

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