diff --git a/README.md b/README.md index 4e3d67e..c5e5c05 100644 --- a/README.md +++ b/README.md @@ -10,12 +10,17 @@ Support Windows / Linux / macOS amd64 out of the box now. ## 下载 Download +### GitHub Releases (Portable ZIP) + 便携格式,无安装器。转到 Releases 下载预编译的二进制文件,解压后即可使用。 -### GitHub Releases - [![GitHub All Releases](https://img.shields.io/github/downloads/Matsuridayo/nekoray/total?label=downloads-total&logo=github&style=flat-square)](https://github.com/Matsuridayo/nekoray/releases) [Download](https://github.com/Matsuridayo/nekoray/releases) +### Package + +1. AUR [nekoray-git](https://aur.archlinux.org/packages/nekoray-git) +2. Scoop extras for Windows: `scoop install nekoray` + ## 更改记录 & 发布频道 Changelog & Telegram channel https://t.me/Matsuridayo @@ -52,8 +57,6 @@ launcher 参数 Ubuntu 22.04: `sudo apt install libxcb-xinerama0` -If you are using Arch Linux, you can install via [AUR](https://aur.archlinux.org/packages/nekoray) - ## 编译教程 [Linux](examples/docs/Build_Linux.md) diff --git a/ui/mainwindow.cpp b/ui/mainwindow.cpp index f1c1483..d56780e 100644 --- a/ui/mainwindow.cpp +++ b/ui/mainwindow.cpp @@ -258,7 +258,6 @@ MainWindow::MainWindow(QWidget *parent) break; } }); - // ui->menu_program_preference->addActions(ui->menu_preferences->actions()); connect(ui->menu_add_from_clipboard2, &QAction::triggered, ui->menu_add_from_clipboard, &QAction::trigger);