1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-04-20 11:47:46 +00:00
astra/launcher/ui/Settings/AboutPage.qml

12 lines
365 B
QML
Raw Normal View History

2023-08-19 10:49:00 -04:00
// SPDX-FileCopyrightText: 2023 Joshua Goins <josh@redstrate.com>
// SPDX-License-Identifier: GPL-3.0-or-later
2023-09-16 18:15:11 -04:00
import org.kde.kirigamiaddons.formcard as FormCard
2023-09-16 17:41:51 -04:00
import org.kde.coreaddons
2023-08-19 10:49:00 -04:00
FormCard.AboutPage {
2023-09-16 17:41:51 -04:00
aboutData: AboutData
donateUrl: "https://redstrate.com/fund"
2024-05-22 19:21:11 -04:00
getInvolvedUrl: "https://github.com/redstrate/Astra/blob/main/CONTRIBUTING.md"
2023-08-19 10:49:00 -04:00
}