From 907a8f7cff2ad1e439047f09296d6dda58dbd666 Mon Sep 17 00:00:00 2001 From: Yann Lebrun Date: Sun, 17 Aug 2025 15:58:35 +0200 Subject: [PATCH] remote and Branche auto updated --- PBIDE-GitTool.pb | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/PBIDE-GitTool.pb b/PBIDE-GitTool.pb index 9c5fc7e..84b6cd3 100644 --- a/PBIDE-GitTool.pb +++ b/PBIDE-GitTool.pb @@ -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