Skip to content

Commit

Permalink
Remove TrayTip
Browse files Browse the repository at this point in the history
  • Loading branch information
orzFly committed Apr 25, 2020
1 parent 7db590c commit 38c7548
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions HostsX.ahkh
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ else
}
If ConfigUseAppData = true
{
TrayTip, HostsX 配置文件夹警告, HostsX 无法在当前所在文件夹写入数据,故已经切换到用户配置文件夹模式。请尝试将程序复制到本地硬盘可写入的文件夹运行,程序将自动将用户配置文件夹中创建的文件移动到当前文件夹。, 30, 3
LogStatus("HostsX 无法在当前所在文件夹写入数据,故已经切换到用户配置文件夹模式。请尝试将程序复制到本地硬盘可写入的文件夹运行,程序将自动将用户配置文件夹中创建的文件移动到当前文件夹。")
; TrayTip, HostsX 配置文件夹警告, HostsX 无法在当前所在文件夹写入数据,故已经切换到用户配置文件夹模式。请尝试将程序复制到本地硬盘可写入的文件夹运行,程序将自动将用户配置文件夹中创建的文件移动到当前文件夹。, 30, 3
LogStatus("HostsX 无法在当前所在文件夹写入数据,故已经切换到用户配置文件夹模式。请尝试将程序复制到本地硬盘可写入的文件夹运行,程序将自动将用户配置文件夹中创建的文件移动到当前文件夹。")
}

IfNotExist,%ConfigPath%\HostsX.orzconfig
Expand Down

0 comments on commit 38c7548

Please sign in to comment.