Fix build
This commit is contained in:
parent
8eab66205c
commit
cba9f10a24
6 changed files with 1 additions and 1929 deletions
|
|
@ -19,12 +19,6 @@ Rectangle {
|
|||
property bool panelVisible: false
|
||||
property var settingsModal: null
|
||||
|
||||
Process {
|
||||
id: logoutProcess
|
||||
command: ["loginctl", "terminate-user", Quickshell.env("USER")]
|
||||
running: false
|
||||
}
|
||||
|
||||
function logout() {
|
||||
if (WorkspaceManager.isNiri)
|
||||
logoutProcessNiri.running = true;
|
||||
|
|
@ -152,6 +146,7 @@ Rectangle {
|
|||
onClicked: {
|
||||
if (typeof settingsModal !== 'undefined' && settingsModal && settingsModal.openSettings)
|
||||
settingsModal.openSettings();
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue