remote and Branche auto updated

This commit is contained in:
2025-08-17 15:58:35 +02:00
parent a64406c37b
commit 907a8f7cff

View File

@@ -2327,10 +2327,12 @@ Procedure.i OpenGUI(initialDir$, prefsPath$)
; Remote et branche sur une ligne séparée
TextGadget(#GLabelRemote, 15, 555, 60, 22, "Remote :")
StringGadget(#GStringRemote, 80, 553, 200, 26, "origin") ; Valeur par défaut
StringGadget(#GStringRemote, 80, 553, 200, 26, rp\remote) ; Valeur par défaut
TextGadget(#GLabelBranch, 290, 555, 60, 22, "Branche :")
ComboBoxGadget(#GComboBranch, 355, 553, 180, 26)
If rp\branch <> "" : SetGadgetText(#GComboBranch, rp\branch) : EndIf
; Boutons de gestion des branches
ButtonGadget(#GSavePrefs, 545, 553, 85, 26, "Défauts")
@@ -2861,8 +2863,8 @@ EndIf
; END OF FILE / FIN DU FICHIER
; =============================================================================
; IDE Options = PureBasic 6.21 (Windows - x64)
; CursorPosition = 2049
; FirstLine = 2010
; CursorPosition = 2334
; FirstLine = 2303
; Folding = -----------
; EnableXP
; DPIAware