Skip to content

Commit 69e62b4

Browse files
authored
Update localization.py
1 parent 4f62c0b commit 69e62b4

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/localization.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,12 +24,9 @@
2424
s.close()
2525

2626
# Set application version, and icon
27-
v = "3.2"
27+
v = "3.1.2"
2828
icon = "io.github.vikdevelop.SaveDesktop"
29-
rel_notes = "<ul>\
30-
<li>Added option for selecting what Flatpak applications data will be included in the configuration archive; just click on the button next to the \"User data of installed Flatpak apps\" switch</li>\
31-
<li>Improved displaying status about saving and importing configuration</li>\
32-
</ul>"
29+
rel_notes = "<p>Edited application data for passing the Flathub guidelines</p>"
3330

3431
flatpak = os.path.exists("/.flatpak-info")
3532
snap = os.environ.get('SNAP_NAME', '') == 'savedesktop'

0 commit comments

Comments
 (0)