File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1762917629 }
1763017630 }
1763117631 }
17632+ },
17633+ "Failed to load options" : {
17634+
1763217635 },
1763317636 "Failed to load plugin registry" : {
1763417637 "extractionState" : "stale",
2380123804 }
2380223805 }
2380323806 }
23807+ },
23808+ "Loading options..." : {
23809+
2380423810 },
2380523811 "Loading plugins..." : {
2380623812 "extractionState" : "stale",
4081040816 }
4081140817 }
4081240818 }
40819+ },
40820+ "This engine does not support creating databases." : {
40821+
4081340822 },
4081440823 "This file is encrypted" : {
4081540824 "localizations" : {
Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ struct CreateDatabaseSheet: View {
212212
213213 private func displayLabel( for option: CreateDatabaseFormSpec . Option ) -> String {
214214 guard let subtitle = option. subtitle, !subtitle. isEmpty else { return option. label }
215- return " \( option. label) ( \( subtitle) ) "
215+ return " \( option. label) \( subtitle) "
216216 }
217217
218218 private func load( ) async {
Original file line number Diff line number Diff line change @@ -401,7 +401,6 @@ struct DatabaseSwitcherSheet: View {
401401 // MARK: - Actions
402402
403403 private func refreshCreateSupport( ) async {
404- guard !isSchemaMode else { return }
405404 do {
406405 let spec = try await viewModel. loadCreateDatabaseForm ( )
407406 supportsCreateDatabase = spec != nil
You can’t perform that action at this time.
0 commit comments