Skip to content

Commit

Permalink
🐧 Bug fix for linux panic report
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyOwl committed Nov 18, 2024
1 parent dabc70d commit 4785f61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Views/Common/ErrorReportWindow.axaml.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public ErrorReportWindow()
try
{
_errContent = File.ReadAllText(Properties.CMD_SETTINGS.CrashLogPath);
// File.Delete(Properties.CMD_SETTINGS.CrashLogPath);
File.Delete(Properties.CMD_SETTINGS.CrashLogPath);
}
catch (Exception e)
{
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ VFO页面设置闪退问题;修复切换到同种设备后数据仍然存在

`v0.4.3` 修复GT12中转模式自动开启问题;添加中转模式可选项;

`v0.4.4` 修复打星助手还没更新完星历就关闭窗口造成的程序崩溃;Linux加入跳过Root检查,允许用户不以sudo运行软件;修复了一些bug
`v0.4.4` 修复打星助手还没更新完星历就关闭窗口造成的程序崩溃;Linux加入跳过Root检查,允许用户不以sudo运行软件;加入崩溃提示;修复了一些bug

## 致谢

Expand Down

0 comments on commit 4785f61

Please sign in to comment.