1
Fork 0
mirror of https://github.com/redstrate/Astra.git synced 2025-05-02 16:57:46 +00:00
astra/launcher/ui/Settings/AboutPage.qml

12 lines
339 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
2025-04-29 15:12:07 -04:00
donateUrl: ""
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
}