Remove redundant timeline label

This commit is contained in:
Arnav Rawat
2021-02-25 10:14:21 -06:00
parent 12fa970544
commit 7ddd28406d

View File

@@ -71,7 +71,6 @@ Kirigami.ScrollablePage {
} }
} }
QQC2.CheckBox { QQC2.CheckBox {
Kirigami.FormData.label: i18n("Timeline:")
text: i18n("Show Fancy Effects") text: i18n("Show Fancy Effects")
checked: Config.showFancyEffects checked: Config.showFancyEffects
onToggled: { onToggled: {