Rename project

This commit is contained in:
Arkadiusz Fal
2021-11-07 14:32:01 +01:00
parent 058c6830e4
commit 464f5815fb
21 changed files with 133 additions and 156 deletions

View File

@@ -24,6 +24,10 @@ struct Sidebar: View {
}
.listStyle(.sidebar)
}
.navigationTitle("Yattee")
#if os(iOS)
.navigationBarTitleDisplayMode(.inline)
#endif
}
var mainNavigationLinks: some View {

View File

@@ -2,7 +2,7 @@ import Defaults
import SwiftUI
@main
struct PearvidiousApp: App {
struct YatteeApp: App {
#if os(macOS)
@NSApplicationDelegateAdaptor(AppDelegate.self) var appDelegate
#endif