mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-02-03 09:44:01 -05:00
ATV Modulator: added .gif and .tiff extensions in image file selector
This commit is contained in:
parent
43d40a4ace
commit
e8c7294aad
@ -273,7 +273,7 @@ void ATVModGUI::on_channelMute_toggled(bool checked)
|
||||
void ATVModGUI::on_imageFileDialog_clicked(bool checked)
|
||||
{
|
||||
QString fileName = QFileDialog::getOpenFileName(this,
|
||||
tr("Open image file"), ".", tr("Image Files (*.png *.jpg *.bmp)"));
|
||||
tr("Open image file"), ".", tr("Image Files (*.png *.jpg *.bmp *.gif *.tiff)"));
|
||||
|
||||
if (fileName != "")
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user