- 설정 기능 탭에 런처 하단 빠른 실행 칩 표시 토글을 추가하고 기본값을 비활성으로 분리함 - 런처 하단 빠른 실행 칩은 옵션이 켜진 경우에만 로드되도록 바꾸고, 블록 전체와 칩 내부를 중앙 정렬 기준으로 재배치함 - README와 DEVELOPMENT 문서 이력을 2026-04-06 17:09 (KST) 기준으로 갱신함 - 검증: dotnet build src/AxCopilot/AxCopilot.csproj -c Release -v minimal -p:OutputPath=bin\\verify\\ -p:IntermediateOutputPath=obj\\verify\\ (경고 0 / 오류 0)
This commit is contained in:
@@ -219,6 +219,10 @@ public class LauncherSettings
|
||||
[JsonPropertyName("showWidgetBattery")]
|
||||
public bool ShowWidgetBattery { get; set; } = false;
|
||||
|
||||
/// <summary>런처 하단 빠른 실행 칩 표시 여부. 기본 false.</summary>
|
||||
[JsonPropertyName("showLauncherBottomQuickActions")]
|
||||
public bool ShowLauncherBottomQuickActions { get; set; } = false;
|
||||
|
||||
/// <summary>단축키 헬프 창에서 아이콘 색상을 테마 AccentColor 기준으로 표시. 기본 true(테마색).</summary>
|
||||
[JsonPropertyName("shortcutHelpUseThemeColor")]
|
||||
public bool ShortcutHelpUseThemeColor { get; set; } = true;
|
||||
|
||||
Reference in New Issue
Block a user