Browse Source

Updated minor stuff

HorrorPills 2 years ago
parent
commit
faf4169ed5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      chatgpt-gnome-desktop@chatgpt-gnome-desktop/extension.js

+ 1 - 1
chatgpt-gnome-desktop@chatgpt-gnome-desktop/extension.js

@@ -47,7 +47,7 @@ function _handleClick() {
         //enable scrolling inside the window
              // !!! NOT YET IMPLEMENTED !!!
         //load the URL and add it to WebView
-        webView.load_uri('https://chat.openai.com');
+        webView.load_uri('https://chat.openai.com/chat');
         window.add(webView);
         //window positioning
         window.set_position(Gtk.WindowPosition.MOUSE);