Skip to content

Commit

Permalink
✅Release 1.5.6.1 for config
Browse files Browse the repository at this point in the history
  • Loading branch information
indiff committed Jan 28, 2024
1 parent a3be01c commit a90f3e9
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions QTTabBar/Config.cs
Original file line number Diff line number Diff line change
Expand Up @@ -427,8 +427,8 @@ public _Tweaks() {
ToggleFullRowSelect = QTUtility.IsXP; // 详细视图选中整行
DetailsGridLines = false; // 网格线
AlternateRowColors = false;// 交替行颜色
AltRowForegroundColor = SystemColors.WindowText;
AltRowBackgroundColor = QTUtility2.MakeColor(0xfaf5f1);
AltRowForegroundColor = SystemColors.WindowText; // 前景色
AltRowBackgroundColor = QTUtility2.MakeColor(0xfaf5f1); // 背景色
}
}

Expand Down Expand Up @@ -461,11 +461,11 @@ public _Tips() {
TextExt = new List<string> {".txt", ".ini", ".inf" ,".cs", ".log", ".js", ".vbs"};
ImageExt = ThumbnailTooltipForm.MakeDefaultImgExts();*/

ShowSubDirTips = true;
SubDirTipsPreview = true;
SubDirTipsFiles = true;
ShowSubDirTips = true; // 是否显示子目录提示
SubDirTipsPreview = true; // 子目录提示预览
SubDirTipsFiles = true; // 子目录提示文件
SubDirTipsWithShift = false ; // 仅当shift键按下显示子目录
ShowTooltipPreviews = true;
ShowTooltipPreviews = true;
ShowPreviewInfo = true; // 启用文件预览
ShowPreviewsWithShift = true; // 仅当shift健按下, 启用文件预览

Expand Down

0 comments on commit a90f3e9

Please sign in to comment.