Due to a Qt bug on OS X we need to browse for *.gz not *.tar.gz
Esse commit está contido em:
@@ -505,7 +505,7 @@ void MainWindow::SelectFirmwarePackage(void)
|
||||
loadedPackageData.Clear();
|
||||
UpdatePackageUserInterface();
|
||||
|
||||
QString path = PromptFileSelection("Select Package", "*.tar.gz");
|
||||
QString path = PromptFileSelection("Select Package", "Firmware Package (*.gz)");
|
||||
firmwarePackageLineEdit->setText(path);
|
||||
|
||||
if (firmwarePackageLineEdit->text() != "")
|
||||
@@ -1059,7 +1059,7 @@ void MainWindow::RemoveDevice(void)
|
||||
|
||||
void MainWindow::BuildPackage(void)
|
||||
{
|
||||
QString packagePath = PromptFileCreation("Save Package", "*.tar.gz");
|
||||
QString packagePath = PromptFileCreation("Save Package", "Firmware Package (*.gz)");
|
||||
|
||||
if (!packagePath.isEmpty())
|
||||
{
|
||||
|
||||
Referência em uma Nova Issue
Bloquear um usuário