Skip to content

Commit e553215

Browse files
committed
This one should still be part of the other thread
1 parent 50eedc5 commit e553215

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/window.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -880,7 +880,7 @@ def prepare_alpaca(self, local_port:int, remote_url:str, remote:bool, tweaks:dic
880880

881881
GLib.idle_add(self.set_hide_on_close, self.background_switch.get_active())
882882
GLib.idle_add(self.instance_idle_timer.set_value, self.ollama_instance.idle_timer_delay)
883-
GLib.idle_add(self.remote_connection_switch.set_active, self.ollama_instance.remote)
883+
self.remote_connection_switch.set_active(self.ollama_instance.remote)
884884
self.remote_connection_switch.get_activatable_widget().connect('state-set', self.remote_switched)
885885

886886
#Save preferences

0 commit comments

Comments
 (0)