diff --git a/App/App_macOS.swift b/App/App_macOS.swift index e313d868..c0cca584 100644 --- a/App/App_macOS.swift +++ b/App/App_macOS.swift @@ -109,6 +109,7 @@ struct RootView: View { Image(systemName: "heart") Text("common.support.app_name".localizedWithFormat(withArgs: Brand.appName)) .foregroundColor(.primary) + .multilineTextAlignment(.leading) Spacer() } }