Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
rohankishore committed Dec 16, 2024
1 parent dd7cce8 commit a730057
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion auratext/Core/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ def splashScreen():

# Connect the button's clicked signal to the slot
self.explorer_button.clicked.connect(self.expandSidebar__Explorer)
self.plugin_button.clicked.connect(self.expandSidebar__PluginActions)
self.plugin_button.clicked.connect(self.expandSidebar__Plugins)

self.setCentralWidget(self.tab_widget)
self.statusBar.hide()
Expand Down

0 comments on commit a730057

Please sign in to comment.