1
0
mirror of https://github.com/AvengeMedia/DankMaterialShell.git synced 2026-06-18 00:55:20 -04:00

calendar: remove launch button from settings

This commit is contained in:
bbedward
2026-06-15 19:02:08 -04:00
parent a6ab3bab4c
commit 78daaf0cb4
3 changed files with 10 additions and 16 deletions
@@ -143,15 +143,6 @@ Item {
}
}
DankButton {
text: I18n.tr("Launch DankCalendar")
iconName: "calendar_month"
backgroundColor: Theme.primary
textColor: Theme.primaryText
visible: CalendarService.dankNeedsLaunch && CalendarService.dankBinaryExists
onClicked: CalendarService.launchDankCalendar()
}
Rectangle {
width: parent.width
height: 1