mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-11-22 22:40:39 +02:00
gmenu2x wallpaper only support .png
This commit is contained in:
parent
e98e68a2f7
commit
46d680990a
@ -36,7 +36,7 @@ bool WallpaperDialog::exec()
|
||||
bool close = false, result = true;
|
||||
|
||||
FileLister fl;
|
||||
fl.setFilter(".png,.jpg,.jpeg,.bmp");
|
||||
fl.setFilter(".png");
|
||||
|
||||
string filepath = GMenu2X::getHome() + "/skins/"
|
||||
+ gmenu2x->confStr["skin"] + "/wallpapers";
|
||||
|
Loading…
Reference in New Issue
Block a user