pop-os / cosmic-greeter

libcosmic greeter for greetd, which can be run inside cosmic-comp
GNU General Public License v3.0
40 stars 19 forks source link

Fix power_off in logind.rs #26

Closed ziutech closed 3 months ago

ziutech commented 3 months ago

Updates power_off in logind.rs to use manager.power_off() instead of manager.reboot().

I suppose this is a typo made while copy pasting?