2026-01-17 21:27:31 +00:00
|
|
|
<?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="showWindowPreviews" type="Bool">
|
|
|
|
|
<default>true</default>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry name="showWindowIcons" type="Bool">
|
|
|
|
|
<default>true</default>
|
|
|
|
|
</entry>
|
|
|
|
|
<entry name="previewSize" type="Int">
|
Add i18n, delete button, resize handle and improved context menu
Features added:
- Internationalization (i18n) with 6 languages: English, Spanish, Chinese, French, German, Portuguese
- Auto-detects system language via Qt.locale()
- Delete button appears on hover (top-right, 25% size, max 44px)
- Resize handle in bottom-right corner to adjust preview size
- Enhanced context menu with: Switch to, Rename, Delete, New Desktop
- Updated config schema: previewSize range 80-200px, default 130px
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 21:53:50 +00:00
|
|
|
<default>130</default>
|
|
|
|
|
<min>80</min>
|
|
|
|
|
<max>200</max>
|
2026-01-17 21:27:31 +00:00
|
|
|
</entry>
|
|
|
|
|
</group>
|
|
|
|
|
</kcfg>
|