X Tutup
Skip to content

migrate notification code to soup3#890

Merged
PapyElGringo merged 7 commits intomainfrom
migrate_soup_3
Oct 5, 2022
Merged

migrate notification code to soup3#890
PapyElGringo merged 7 commits intomainfrom
migrate_soup_3

Conversation

@PapyElGringo
Copy link
Collaborator

No description provided.

@expeehaa
Copy link
Contributor

Works for me on Gnome 43, at least as far as I can test it. The error message that was previously printed in the logs doesn’t show anymore, but I cannot not confirm whether a notification is actually displayed the way it is intended.

@expeehaa expeehaa mentioned this pull request Oct 3, 2022
@PapyElGringo PapyElGringo requested a review from HalfVoxel October 4, 2022 15:10
if (mainChild instanceof (compareVersions(gnomeVersionNumber, parseVersion('43.0')) >= 0 ? panel.QuickSettings : panel.AggregateMenu)) {
if (
mainChild instanceof
(compareVersions(gnomeVersionNumber, parseVersion('43.0')) >= 0
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd prefer this check to be stored in a const variable.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@PapyElGringo PapyElGringo merged commit 78d2ce1 into main Oct 5, 2022
@PapyElGringo PapyElGringo deleted the migrate_soup_3 branch October 5, 2022 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants

X Tutup