You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be awesome if we could change the position of the icon in the panel (left, right, and center) and its order.
As a temporary solution, I updated the line Main.panel.addToStatusArea('ddterm', this.icon); in panelicon.js to Main.panel.addToStatusArea('ddterm', this.icon, 1, 'left');.
However, it would be great if there were an option for this in the settings.
The text was updated successfully, but these errors were encountered:
It would be awesome if we could change the position of the icon in the panel (left, right, and center) and its order.
As a temporary solution, I updated the line
Main.panel.addToStatusArea('ddterm', this.icon);
inpanelicon.js
toMain.panel.addToStatusArea('ddterm', this.icon, 1, 'left');
.However, it would be great if there were an option for this in the settings.
The text was updated successfully, but these errors were encountered: