eromatiya / lightdm-webkit2-theme-glorious

A sleek, modern and glorified LightDM webkit2 theme
https://manilarome.github.io/lightdm-webkit2-theme-glorious/
GNU General Public License v3.0
603 stars 54 forks source link

fix power menu #73

Open vantu5z opened 2 years ago

vantu5z commented 2 years ago

Use for (item of iterable) construction. Fix skiping disabled power items in the loop: use continue instead of return.