mirror of
git://projects.qi-hardware.com/gmenu2x.git
synced 2024-12-29 06:33:01 +02:00
Fix extension filters of the Explorer
It will now list files without extension, *.bin, *.sh, *.dge, and *.py files.
This commit is contained in:
parent
dad8d1bad5
commit
3558dfbfa2
@ -851,7 +851,7 @@ void GMenu2X::main() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
void GMenu2X::explorer() {
|
void GMenu2X::explorer() {
|
||||||
FileDialog fd(this, ts, tr["Select an application"], ".gpu,.dge,.sh,");
|
FileDialog fd(this, ts, tr["Select an application"], "dge,sh,bin,py,");
|
||||||
if (fd.exec()) {
|
if (fd.exec()) {
|
||||||
if (confInt["saveSelection"] && (confInt["section"]!=menu->selSectionIndex() || confInt["link"]!=menu->selLinkIndex()))
|
if (confInt["saveSelection"] && (confInt["section"]!=menu->selSectionIndex() || confInt["link"]!=menu->selLinkIndex()))
|
||||||
writeConfig();
|
writeConfig();
|
||||||
|
Loading…
Reference in New Issue
Block a user