Skip to content

Commit b950430

Browse files
committed
Update readme with openSUSE packages.
1 parent be0207b commit b950430

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ Compile the program or download a precompiled binary from [https://github.com/my
1313
* Under Debian-based, you must download and install qt-ponies\_$version\_$arch.deb and qt-ponies-data\_$version\_all.deb
1414
* Under Gentoo, you must download and install: qt-ponies-$version.ebuild
1515
* Under Under Arch Linux, use AUR: [qt-ponies-git](https://aur.archlinux.org/packages/qt-ponies-git/)
16+
* Under openSUSE, you must take a package from [here](http://software.opensuse.org/package/qt-ponies)
1617
* Under Windows, download and unpack qt-ponies-$version-win32.zip
1718

1819
Running

src/behavior.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ Behavior::Behavior(Pony* parent, const QString filepath, const std::vector<QVari
124124

125125
if(ConfigWindow::getSetting<bool>("general/small-ponies")){
126126
speed /= 2.0;
127+
// FIXME: when unchecking small-ponies, the speed is still halved. Move this to update.
127128
}
128129
animation_right = options[6].toString();
129130
animation_left = options[7].toString();

0 commit comments

Comments
 (0)