Skip to content

Commit

Permalink
1.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lmh authored and lmh committed Oct 25, 2024
1 parent b56a309 commit 86e47d5
Show file tree
Hide file tree
Showing 4 changed files with 1,021 additions and 997 deletions.
4 changes: 2 additions & 2 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
fantascene-dynamic-wallpaper (1.9.2-1) unstable; urgency=medium
fantascene-dynamic-wallpaper (1.9.3-1) unstable; urgency=medium

* Update translation
* Update

-- Liu MingHang <liuminghang0821@gmail.com> Aug, 9 Feb 2024 16:00:39 +0800

Expand Down
2 changes: 1 addition & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ Standards-Version: 4.6.0.1
Homepage: http://github.com/dependon/fantascene-dynamic-wallpaper
Package: fantascene-dynamic-wallpaper
Architecture: any
Depends: ${shlibs:Depends}, ${misc:Depends} , wget, ffmpeg
Depends: ${shlibs:Depends}, ${misc:Depends} , wget, ffmpeg , aria2
Description: video wallpaper for fantascene.
16 changes: 14 additions & 2 deletions src/listview/onlineclient.ui
Original file line number Diff line number Diff line change
Expand Up @@ -70,14 +70,26 @@
<height>16777215</height>
</size>
</property>
<property name="toolTip">
<string notr="true"/>
</property>
<property name="statusTip">
<string notr="true"/>
</property>
<property name="whatsThis">
<string notr="true"/>
</property>
<property name="currentText">
<string notr="true">wget</string>
</property>
<item>
<property name="text">
<string>wget</string>
<string notr="true">wget</string>
</property>
</item>
<item>
<property name="text">
<string>aria2</string>
<string notr="true">aria2</string>
</property>
</item>
</widget>
Expand Down
Loading

0 comments on commit 86e47d5

Please sign in to comment.