forked from CastroFidel/winehelper
the license agreement window has been removed when creating a prefix
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user