mirror of
https://github.com/nikdoof/oblogout.git
synced 2025-12-22 06:49:25 +00:00
Added suspend and hibernate buttons
This commit is contained in:
@@ -12,7 +12,7 @@ import string
|
||||
class OpenboxLogout():
|
||||
def __init__(self, config=None):
|
||||
|
||||
self.validbuttons = ['cancel', 'logout', 'restart', 'shutdown']
|
||||
self.validbuttons = ['cancel', 'logout', 'restart', 'shutdown', 'suspend', 'hibernate']
|
||||
|
||||
self.load_config(config)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user