This commit is contained in:
ItsLemmy
2025-10-24 15:50:42 -04:00
parent 31084062e3
commit d5e1557a30
2 changed files with 2 additions and 4 deletions
@@ -67,8 +67,8 @@ ColumnLayout {
}
if (!exists) {
blacklistModel.append({
"rule": newRule
})
"rule": newRule
})
newRuleInput.text = ""
}
}
-2
View File
@@ -252,7 +252,6 @@ ColumnLayout {
spacing: Style.marginS
Layout.fillWidth: true
NTextInputButton {
id: blacklistInput
label: I18n.tr("settings.audio.media.excluded-player.label")
@@ -273,7 +272,6 @@ ColumnLayout {
}
}
// Current blacklist entries
Flow {
Layout.fillWidth: true