Commit Diff


commit - 94e6f532e40e6b00404e5fc1848ef8d5e07f62ff
commit + d521a6a4417b36b32594bbb5065f8cb7db4591cc
blob - 38e5d45867c2d1d73f8ea84cc296dc2c77e92d2a
blob + 0a65f41e7d8245ce7b8797cc0a8716afbca5a494
--- telescope.c
+++ telescope.c
@@ -1164,6 +1164,8 @@ main(int argc, char * const *argv)
 	if (ui_init()) {
 		sandbox_ui_process();
 		load_session(&certs);
+		if (has_url)
+			new_tab(url, NULL, NULL);
 		operating = 1;
 		switch_to_tab(current_tab);
 		ui_main_loop();