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