From c0b65e4d410fd4dca5615ffacf9b9e644db6f3c3 Mon Sep 17 00:00:00 2001 From: Angelo Verlain Date: Tue, 20 Feb 2024 00:48:50 +0200 Subject: [PATCH] fix: audio filters not being respected oopsie --- src/window.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/window.ts b/src/window.ts index de718a0..dd3fe00 100644 --- a/src/window.ts +++ b/src/window.ts @@ -165,7 +165,7 @@ export class Window extends Adw.ApplicationWindow { this.file_dialog = new Gtk.FileDialog({ modal: true, title: _("Open File"), - // filters, + filters, }); (this.add_action_entries as AddActionEntries)([