Skip to content

Commit

Permalink
Ver 0.5.0-B1: Reset some settings.
Browse files Browse the repository at this point in the history
  • Loading branch information
Shiroiame-Kusu committed Jul 24, 2023
1 parent 5135d36 commit 8b689d6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Serein/Universal/Settings/Serein.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal class Serein
/// <summary>
/// 自动更新
/// </summary>
public bool AutoUpdate;
public bool AutoUpdate = true;

/// <summary>
/// 彩色输出(仅命令行)
Expand All @@ -29,7 +29,7 @@ internal class Serein
/// <summary>
/// 最大缓存行数(仅Winfom、WPF)
/// </summary>
public int MaxCacheLines = 250;
public int MaxCacheLines = 200;

/// <summary>
/// 主题跟随系统(仅WPF)
Expand Down
2 changes: 1 addition & 1 deletion Serein/Universal/Settings/Server.cs
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ internal class Server
{
public bool AutoStop = true;

public bool EnableRestart;
public bool EnableRestart = true;

public bool EnableOutputCommand = true;

Expand Down

0 comments on commit 8b689d6

Please sign in to comment.