aerothemeplasma/plasma/shells/io.gitgud.wackyideas.desktop/contents/lockscreen/PasswordSync.qml
catpswin56 55c892faf4 Shell: rewrite lockscreen + more
SDDM: update for the new AeroShell SDDM KCM
Update installation script to install the new AeroShell SDDM KCM
Look and feel + Shell: switch to AeroShellUtils for the SDDM background
2026-03-14 15:52:32 -03:00

13 lines
202 B
QML

/*
SPDX-FileCopyrightText: 2025 Yifan Zhu <fanzhuyifan@gmail.com>
SPDX-License-Identifier: GPL-2.0-or-later
*/
pragma Singleton
import QtQuick 2.15
QtObject {
property string password
}