Use old Previews syntax

This commit is contained in:
Arkadiusz Fal
2024-02-02 11:31:34 +01:00
parent f4c310846a
commit d5464186af
4 changed files with 31 additions and 23 deletions

View File

@@ -255,6 +255,8 @@ struct ImportSettingsSheetView: View {
}
}
#Preview {
ImportSettingsSheetView(settingsFile: .constant(URL(string: "https://gist.githubusercontent.com/arekf/578668969c9fdef1b3828bea864c3956/raw/f794a95a20261bcb1145e656c8dda00bea339e2a/yattee-recents.yatteesettings")!))
struct ImportSettingsSheetView_Previews: PreviewProvider {
static var previews: some View {
ImportSettingsSheetView(settingsFile: .constant(URL(string: "https://gist.githubusercontent.com/arekf/578668969c9fdef1b3828bea864c3956/raw/f794a95a20261bcb1145e656c8dda00bea339e2a/yattee-recents.yatteesettings")!))
}
}