diff --git a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.ui b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.ui
index fed3f35..dc31b91 100644
--- a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.ui
+++ b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.ui
@@ -44,7 +44,7 @@
False
start
5
- 5
+ 8
User:
center
1.0
@@ -59,7 +59,7 @@
False
start
5
- 5
+ 6
Password:
center
1.0
@@ -76,34 +76,31 @@
5
vertical
-
-
- textentry
+
True
- 5
+ 2
5
- 5
+ 2
uzivatel
True
0.02
-
- textentry
+
True
- 5
+ 2
5
- 5
+ 2
heslo
False
0.02
diff --git a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml
index 3557b10..7b7cb1b 100644
--- a/com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml
+++ b/com.angoosh.RDPConnect/com.angoosh.RDPConnect.yml
@@ -19,6 +19,14 @@ modules:
url: https://www.python.org/ftp/python/3.9.9/Python-3.9.9.tar.xz
sha256: 06828c04a573c073a4e51c4292a27c1be4ae26621c3edc7cf9318418ce3b6d27
+ - name: pip-deps
+ buildsystem: simple
+ build-options:
+ build-args:
+ - --share=network
+ build-commands:
+ - pip3 install PyGObject
+
- name: rdpconnect
buildsystem: simple
build-commands:
@@ -49,11 +57,3 @@ modules:
path: com.angoosh.RDPConnect.svg
- type: file
path: com.angoosh.RDPConnect.desktop
-
- - name: pip-deps
- buildsystem: simple
- build-options:
- build-args:
- - --share=network
- build-commands:
- - pip3 install PyGObject
\ No newline at end of file
diff --git a/com.angoosh.RDPConnect/settings.json b/com.angoosh.RDPConnect/settings.json
new file mode 100644
index 0000000..e2b926c
--- /dev/null
+++ b/com.angoosh.RDPConnect/settings.json
@@ -0,0 +1,7 @@
+{
+ "extra_params": [
+ "/monitors:1,0",
+ "+dynamic-resolution"
+ ],
+ "save_conn": true
+}
\ No newline at end of file