Skip to content

Commit

Permalink
chore: rename "Qt/ActiveColorDark" to "Qt/DarkActiveColor"
Browse files Browse the repository at this point in the history
rename "Qt/ActiveColorDark" to "Qt/DarkActiveColor"

Log:
  • Loading branch information
wangfei authored and deepin-bot[bot] committed Nov 13, 2024
1 parent a9b1092 commit 6667367
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions xsettings/xsettings_info.go
Original file line number Diff line number Diff line change
Expand Up @@ -256,6 +256,14 @@ var gsInfos = typeGSKeyInfos{
convertGsToXs: convertStrToColor,
convertXsToGs: convertColorToStr,
},
{
gsKey: "qt-dark-active-color",
gsType: gsKeyTypeString,
xsKey: "Qt/DarkActiveColor",
xsType: &settingTypeColorVar,
convertGsToXs: convertStrToColor,
convertXsToGs: convertColorToStr,
},
{
gsKey: "qt-font-name",
gsType: gsKeyTypeString,
Expand Down

0 comments on commit 6667367

Please sign in to comment.