1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-12 18:58:48 -04:00

Set csv as default filename extension for save file dialogs. #2506

This commit is contained in:
Jon Beniston
2025-09-07 10:57:29 +01:00
parent 5ae8ab0bf3
commit df95acae65
17 changed files with 21 additions and 0 deletions
+1
View File
@@ -2237,6 +2237,7 @@ void SIDGUI::autosave()
void SIDGUI::on_saveData_clicked()
{
m_fileDialog.setDefaultSuffix("csv");
m_fileDialog.setAcceptMode(QFileDialog::AcceptSave);
if (m_fileDialog.exec())
{