This commit is contained in:
朱子楚\zhuzi
2023-03-11 21:15:36 +08:00
parent e6d2513482
commit 5bb8f27968
7 changed files with 16 additions and 2 deletions

View File

@ -11,6 +11,7 @@ TextArea{
width: 300
color: FluTheme.isDark ? "#FFFFFF" : "#1A1A1A"
wrapMode: Text.WrapAnywhere
renderType: FluTheme.isNativeText ? Text.NativeRendering : Text.QtRendering
selectByMouse: true
selectionColor: {
if(FluTheme.isDark){