add padding for mux

This commit is contained in:
HystericalDragon
2023-07-23 08:58:26 +08:00
parent 9fe08ca20d
commit 1e561ae9d1
5 changed files with 18 additions and 5 deletions

View File

@@ -102,6 +102,7 @@ namespace NekoGui {
bool connection_statistics = false;
int current_group = 0; // group id
QString mux_protocol = "";
bool mux_padding = false;
int mux_concurrency = 8;
bool mux_default_on = false;
QString theme = "0";