Skip to content

Commit

Permalink
chore: disable general config and auto update
Browse files Browse the repository at this point in the history
  • Loading branch information
jxlpzqc committed Nov 5, 2024
1 parent e18aebd commit 5fe23cb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/TMSpeech.GUI/ViewModels/ConfigViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public class ConfigViewModel : ViewModelBase
public bool IsNotRunning { get; }

[Reactive]
public int CurrentTab { get; set; } = 0;
public int CurrentTab { get; set; } = 1;

public ConfigViewModel()
{
Expand Down
4 changes: 2 additions & 2 deletions src/TMSpeech.GUI/Views/ConfigWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
</Style>
</TabControl.Styles>

<TabItem>
<TabItem IsVisible="False">
<TabItem.Header>
<StackPanel Orientation="Horizontal">
<TextBlock>通用</TextBlock>
Expand Down Expand Up @@ -258,7 +258,7 @@
<LineBreak />
</TextBlock>

<Button Margin="0,0,0,24">检查更新</Button>
<Button Margin="0,0,0,24" IsVisible="False">检查更新</Button>

<TextBlock xml:space="preserve">A simple tool for recognize system audio.

Expand Down

0 comments on commit 5fe23cb

Please sign in to comment.