🐛 | Fixed widget window size and settings tab formating.
This commit is contained in:
@@ -3,7 +3,7 @@ import org.kde.plasma.configuration
|
||||
|
||||
ConfigModel {
|
||||
ConfigCategory {
|
||||
name: i18n("General")
|
||||
name: "General"
|
||||
icon: "configure"
|
||||
source: "configGeneral.qml"
|
||||
}
|
||||
|
||||
@@ -1,8 +1,10 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8" ?>
|
||||
<kcfg xmlns="http://www.kde.org/standards/kcfg/1.0">
|
||||
<group name="General">
|
||||
<entry name="systemPrompt" type="String">
|
||||
<default>You are a helpful assistant. Your answers are compact.</default>
|
||||
<default>
|
||||
You are a helpful assistant. Your answers are compact.
|
||||
</default>
|
||||
</entry>
|
||||
</group>
|
||||
</kcfg>
|
||||
|
||||
Reference in New Issue
Block a user