bugfix
This commit is contained in:
@@ -43,12 +43,6 @@
|
|||||||
<url type="vcs-browser">https://gitea.farmdash.org/angoosh/Flatpaks/src/branch/main/com.angoosh.RDPConnect</url>
|
<url type="vcs-browser">https://gitea.farmdash.org/angoosh/Flatpaks/src/branch/main/com.angoosh.RDPConnect</url>
|
||||||
|
|
||||||
<releases>
|
<releases>
|
||||||
<release version="1.0.2" date="2024-11-20">
|
|
||||||
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/commit/85ea660c7e11d0c65c8aef23fcf76853882975cf</url>
|
|
||||||
<description>
|
|
||||||
<p>Password is now encrypted</p>
|
|
||||||
</description>
|
|
||||||
</release>
|
|
||||||
<release version="1.0.3" date="2024-11-20">
|
<release version="1.0.3" date="2024-11-20">
|
||||||
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/commit/2093a21ecfa86c20f15b9b44897d1c7bebfafd79</url>
|
<url type="details">https://gitea.farmdash.org/angoosh/Flatpaks/commit/2093a21ecfa86c20f15b9b44897d1c7bebfafd79</url>
|
||||||
<description>
|
<description>
|
||||||
|
|||||||
@@ -51,7 +51,7 @@ def load_config():
|
|||||||
loaded_json = ""
|
loaded_json = ""
|
||||||
try:
|
try:
|
||||||
with open(HOMEDIR+"/.config/rdpconnect/history.json", "r") as history_file:
|
with open(HOMEDIR+"/.config/rdpconnect/history.json", "r") as history_file:
|
||||||
for line in connection_file:
|
for line in history_file:
|
||||||
loaded_json += line
|
loaded_json += line
|
||||||
|
|
||||||
hist_info = json.loads(loaded_json)
|
hist_info = json.loads(loaded_json)
|
||||||
|
|||||||
Reference in New Issue
Block a user