-
-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add 44 to supported versions #13
Conversation
@@ -6,14 +6,14 @@ class BaTimeExtension { | |||
constructor() { | |||
this.aggregateMenu = Panel.statusArea.quickSettings; | |||
this.originalIndicator = this.aggregateMenu._system; | |||
this.aggregateMenu._system = this.customIndicator = new BaTime.imports.power.Indicator(); | |||
this.aggregateMenu._batteryTime = this.customIndicator = new BaTime.imports.power.Indicator(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this change related to GNOME 44 support as well (i.e. the compatibility with the other extension) or is this unrelated to the GNOME version?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's to fix #14 which doesn't appear to be GNOME 44 specifically.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok thanks! Would you please push the fix to a separate PR if it's unrelated to GNOME 44 support?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feels like extra work for little gain, but sure I have nothing going on right now.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks! It's just that I'd like to test the extension in GNOME 44 first but I can release the fix right away.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, thanks!
Seems to work with no changes required in GNOME Shell 44