devel/crush: OpenBSD patches

This commit is contained in:
c0dev0id
2026-07-08 11:31:31 +02:00
parent a6b68a0b99
commit 844067ee41
9 changed files with 68 additions and 32 deletions

View File

@@ -1,6 +1,7 @@
--- internal/ui/model/ui.go
Index: internal/ui/model/ui.go
--- internal/ui/model/ui.go.orig
+++ internal/ui/model/ui.go
@@ -1952,6 +1952,8 @@ func (m *UI) openAuthenticationDialog(provider catwalk.Provider, model config.Se
@@ -1952,6 +1952,8 @@ func (m *UI) openAuthenticationDialog(provider catwalk
switch provider.ID {
case "hyper":
dlg, cmd = dialog.NewOAuthHyper(m.com, isOnboarding, provider, model, modelType)