autoload first profile
This commit is contained in:
parent
01e04008fd
commit
9283f4e766
@ -1,6 +1,6 @@
|
||||
#Llama Runner Configuration
|
||||
#Tue Apr 14 16:53:17 CEST 2026
|
||||
windowHeight=1189
|
||||
windowWidth=684
|
||||
windowX=1876
|
||||
windowY=210
|
||||
#Tue Apr 14 16:56:36 CEST 2026
|
||||
windowHeight=1281
|
||||
windowWidth=665
|
||||
windowX=1895
|
||||
windowY=118
|
||||
|
||||
@ -140,6 +140,10 @@ public class Main extends JFrame {
|
||||
SwingUtilities.invokeLater(() -> {
|
||||
loadModels();
|
||||
loadProfiles();
|
||||
if (profileComboBox.getItemCount() > 0) {
|
||||
profileComboBox.setSelectedIndex(0);
|
||||
showLoadProfileDialog();
|
||||
}
|
||||
updateCommandPreview();
|
||||
});
|
||||
}
|
||||
@ -162,7 +166,7 @@ public class Main extends JFrame {
|
||||
BorderFactory.createLineBorder(Color.WHITE), "Model"));
|
||||
|
||||
GridBagConstraints gbc = new GridBagConstraints();
|
||||
gbc.insets = new Insets(5, 5, 5, 5);
|
||||
gbc.insets = new Insets(0, 0, 0, 0);
|
||||
gbc.anchor = GridBagConstraints.WEST;
|
||||
|
||||
// Label
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user