Skip to content

Commit aa1e9e6

Browse files
authored
fix(Preferences): filterrow shouldn't use markup (#1281)
1 parent 9237db2 commit aa1e9e6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/Dialogs/Preferences.vala

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ public class Tuba.Dialogs.Preferences : Adw.PreferencesDialog {
1717
this.filter = filter;
1818
this.win = win;
1919
this.activatable = false;
20+
this.use_markup = false;
2021

2122
var delete_btn = new Gtk.Button.from_icon_name ("user-trash-symbolic") {
2223
css_classes = { "circular", "flat", "error" },

0 commit comments

Comments
 (0)