File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments