This commit is contained in:
arm64v8a
2023-08-03 11:24:56 +09:00
parent bee71d9bf2
commit d686faa1b1
5 changed files with 9 additions and 10 deletions

View File

@@ -772,6 +772,9 @@ void MainWindow::neko_set_spmode_vpn(bool enable, bool save) {
on_menu_exit_triggered();
} else {
MessageBoxWarning(software_name, "Setcap for Tun mode failed.\n\n1. You may canceled the dialog.\n2. You may be using an incompatible environment like AppImage.");
if (QProcessEnvironment::systemEnvironment().contains("APPIMAGE")) {
MW_show_log("If you are using AppImage, it's impossible to start a Tun. Please use other package instead.");
}
}
#endif
#ifdef Q_OS_WIN