Browse Source

Added icon folder and cleaned up some minor things

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

+ 0 - 2
chatgpt-gnome-desktop@chatgpt-gnome-desktop/extension.js

@@ -21,8 +21,6 @@ function init() {
                          //set menubar icon
                          let gicon = Gio.icon_new_for_string(Me.path + "/icons/chatgpt_icon.png");
                          icon = new St.Icon({ gicon });
-    //let icon = new St.Icon({ icon_name: 'system-run-symbolic',
-                             //style_class: 'system-status-icon' });
 
     button.set_child(icon);
     button.connect('button-press-event', _handleClick);