mirror of
https://invent.kde.org/marcoa/shift-shell.git
synced 2026-04-29 15:03:09 +00:00
add missing files
This commit is contained in:
parent
d60897c0e9
commit
1d1c8a6def
1 changed files with 15 additions and 0 deletions
15
containments/taskpanel/package/contents/config/main.xml
Normal file
15
containments/taskpanel/package/contents/config/main.xml
Normal file
|
|
@ -0,0 +1,15 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0"
|
||||||
|
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||||
|
xsi:schemaLocation="http://www.kde.org/standards/kcfg/1.0
|
||||||
|
http://www.kde.org/standards/kcfg/1.0/kcfg.xsd" >
|
||||||
|
<kcfgfile name=""/>
|
||||||
|
|
||||||
|
<group name="General">
|
||||||
|
<entry name="PanelButtonsVisible" type="Bool">
|
||||||
|
<default>true</default>
|
||||||
|
<label>panel chrome visible</label>
|
||||||
|
</entry>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
</kcfg>
|
||||||
Loading…
Reference in a new issue