mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-08-01 09:18:07 +00:00
initialstart: Fix reuse
This commit is contained in:
parent
c0f2642647
commit
33bc32ccc0
2 changed files with 6 additions and 0 deletions
|
|
@ -1,4 +1,8 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!--
|
||||||
|
SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
|
||||||
|
SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
|
-->
|
||||||
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
||||||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
||||||
|
|
|
||||||
|
|
@ -1,3 +1,5 @@
|
||||||
|
# SPDX-FileCopyrightText: 2022 Devin Lin <devin@kde.org>
|
||||||
|
# SPDX-License-Identifier: LGPL-2.0-or-later
|
||||||
File=colorssettings.kcfg
|
File=colorssettings.kcfg
|
||||||
ClassName=ColorsSettings
|
ClassName=ColorsSettings
|
||||||
Mutators=true
|
Mutators=true
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue