the license agreement window has been removed when creating a prefix

This commit is contained in:
Sergey Palcheh
2025-10-07 15:03:08 +06:00
parent 5f4d3a54b1
commit 9e8e41e812

View File

@@ -3252,9 +3252,6 @@ class WineHelperGUI(QMainWindow):
"""Открывает диалог создания нового префикса."""
dialog = CreatePrefixDialog(self)
if dialog.exec_() == QDialog.Accepted:
if not self._show_license_agreement_dialog():
return
self.start_prefix_creation(
prefix_name=dialog.prefix_name,
wine_arch=dialog.wine_arch,