mirror of
https://github.com/zoriya/noctalia-shell.git
synced 2026-06-02 10:37:50 +00:00
autofmt
This commit is contained in:
@@ -67,8 +67,8 @@ ColumnLayout {
|
||||
}
|
||||
if (!exists) {
|
||||
blacklistModel.append({
|
||||
"rule": newRule
|
||||
})
|
||||
"rule": newRule
|
||||
})
|
||||
newRuleInput.text = ""
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user