added display of all protocols in the settings after installing a new container

- set the app's max height and width to 600/800
- expanded the description when removing containers
This commit is contained in:
vladimir.kuznetsov 2023-09-01 17:39:23 +05:00
parent 4e9f68acff
commit a96f485e3c
7 changed files with 25 additions and 15 deletions

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.25.0 FATAL_ERROR)
set(PROJECT AmneziaVPN)
project(${PROJECT} VERSION 4.0.3.1
project(${PROJECT} VERSION 4.0.4.1
DESCRIPTION "AmneziaVPN"
HOMEPAGE_URL "https://amnezia.org/"
)