Fix about dialog:
This commit is contained in:
@@ -27,12 +27,11 @@ struct ToolbarView: View {
|
||||
.tooltip(Loc.mainMenu)
|
||||
.aboutDialog(
|
||||
visible: $about,
|
||||
app: "AdwaitaTemplate",
|
||||
developer: "david-swift",
|
||||
version: "dev",
|
||||
icon: .custom(name: "io.github.AparokshaUI.AdwaitaTemplate"),
|
||||
website: .init(string: "https://git.aparoksha.dev/aparoksha/adwaita-template")!,
|
||||
issues: .init(string: "https://git.aparoksha.dev/aparoksha/adwaita-template/issues")!
|
||||
app: "PMCalc",
|
||||
developer: "TheAlgorithm476",
|
||||
version: "1.0",
|
||||
icon: .custom(name: "me.thealgorithm476.PMCalc.PMCalc"),
|
||||
website: .init(string: "https://repo.thealgorithm476.me/Bachelorproef/bap-poc-phase-4")!
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user