gnomeExtensions: add support for GNOME 46

This commit is contained in:
Harsh Shandilya 2024-04-09 18:32:49 +05:30 committed by Maxine Aubrey
parent 196d35342b
commit d7146d9494

View File

@ -21,6 +21,7 @@ supported_versions = {
"43": "43",
"44": "44",
"45": "45",
"46": "46",
}
# Some type alias to increase readability of complex compound types