Update to match new upstream git repo
This commit is contained in:
parent
dc4fb77a66
commit
d4fe83be14
3 changed files with 83 additions and 61 deletions
|
|
@ -11,11 +11,11 @@ struct ToolbarView: View {
|
|||
.aboutDialog(
|
||||
visible: $about,
|
||||
app: "Luminate",
|
||||
developer: "david-swift",
|
||||
version: "dev",
|
||||
developer: "Brendan Szymanski",
|
||||
version: "0.1.0",
|
||||
icon: .custom(name: "dev.bscubed.Luminate"),
|
||||
website: .init(string: "https://git.bscubed.dev/luminate")!,
|
||||
issues: .init(string: "https://git.bscubed.dev/luminate/issues")!
|
||||
website: .init(string: "https://git.bscubed.dev/echo/Luminate")!,
|
||||
issues: .init(string: "https://git.bscubed.dev/echo/Luminate/issues")!
|
||||
)
|
||||
.shortcutsDialog(visible: $shortcuts)
|
||||
.shortcutsSection { section in
|
||||
|
|
@ -26,9 +26,6 @@ struct ToolbarView: View {
|
|||
.shortcutsItem(Loc.keyboardShortcuts, accelerator: "question".ctrl())
|
||||
}
|
||||
}
|
||||
// .titleWidget {
|
||||
// WindowTitle(subtitle: "", title: "Luminate")
|
||||
// }
|
||||
}
|
||||
|
||||
var content: AnyView {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue