Skip to content

Commit 9e4fe81

Browse files
committed
简化本地查询模式的提示信息
1 parent 9c989eb commit 9e4fe81

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Firefly/ViewModels/CccfMainQueryViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ public bool IsOnlineQueryEnabled
130130
[NotifyPropertyChangedFor(nameof(ToggleMoreQueryToolTip))]
131131
public partial bool IsOpenMoreQueryConditions { get; set; }
132132

133-
public string? LocalModeDisallowedToolTip => IsLocalModeAllowed ? null : "\n\n* 本功能暂未对普通用户开放";
133+
public string? LocalModeDisallowedToolTip => IsLocalModeAllowed ? null : "\n\n* 暂未对普通用户开放";
134134

135135
public string? LocalQueryTabToolTip => IsLocalQueryEnabled ? "Alt+2" : $"未启用本地查询功能{LocalModeDisallowedToolTip}";
136136

Firefly/ViewModels/MenuViewModel.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ public partial class MenuViewModel : ObservableRecipient
7676

7777
public bool IsLocalModeAllowed { get; }
7878

79-
public string? LocalModeDisallowedToolTip => IsLocalModeAllowed ? null : "\n\n* 本功能暂未对普通用户开放";
79+
public string? LocalModeDisallowedToolTip => IsLocalModeAllowed ? null : "\n\n* 暂未对普通用户开放";
8080

8181
public MainViewModel MainViewModel { get; }
8282

0 commit comments

Comments
 (0)