5353from session_command import build_command , check_dipendenze
5454from session_panel import SessionPanel
5555from tunnel_manager import TunnelManagerDialog
56- from ftp_server_dialog import FtpServerDialog
56+ from ftp_server_dialog import FtpServerfusioDialog
5757from settings_dialog import SettingsDialog
5858from variables_dialog import VariablesDialog
5959from deps_dialog import DepsConfigDialog
@@ -68,7 +68,8 @@ def _qi(name: str) -> QIcon:
6868 """Carica icons/<name>.png con percorso assoluto."""
6969 path = os .path .join (_ICONS_DIR , name )
7070 return QIcon (path ) if os .path .isfile (path ) else QIcon ()
71-
71+
72+
7273
7374# ==============================================================================
7475# Widget di benvenuto
@@ -143,7 +144,7 @@ def __init__(self, parent=None):
143144 footer .setAlignment (Qt .AlignmentFlag .AlignCenter )
144145 footer .setStyleSheet ("color:#444; font-size:11px; margin-top:30px;" )
145146 layout .addWidget (footer )
146-
147+ de
147148 def _crea_pulsante_grande (self , testo , colore ):
148149 b = QPushButton (testo )
149150 b .setFixedSize (150 , 120 )
@@ -2479,6 +2480,7 @@ def _lancia_easter_egg(self):
24792480 _tr .init_from_settings ()
24802481
24812482 app = QApplication (sys .argv )
2483+ app .setWindowIcon (_qi ("pcm_icon.png" ))
24822484 app .setStyle ("Fusion" )
24832485 app .setApplicationName ("PCM" )
24842486 app .setApplicationVersion ("1.0" )
0 commit comments