Skip to content

Change "const" to "var"

Joseph Rabinoff requested to merge bobqwatson/gnome-shell:bugfix1 into master

These variables are in fact used from other modules, so gjs complains about them being const.

Merge request reports