Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
fix: audio filters not being respected
Browse files Browse the repository at this point in the history
oopsie
  • Loading branch information
vixalien committed Feb 19, 2024
1 parent 23c5de9 commit c0b65e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/window.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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)([
Expand Down

0 comments on commit c0b65e4

Please sign in to comment.