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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user