mirror of
https://gitgud.io/wackyideas/aerothemeplasma.git
synced 2026-06-19 03:45:50 +00:00
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
13 lines
202 B
QML
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
|
|
}
|