Skip to content

Commit ce3dfb7

Browse files
authored
main.py
1 parent 58a69a2 commit ce3dfb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def __init__(self):
4343
self.setWindowFlags(Qt.WindowType.FramelessWindowHint)
4444
self.setAttribute(Qt.WidgetAttribute.WA_TranslucentBackground)
4545

46-
# Botones
46+
# Conexion de los Botones
4747
self.encriptar.clicked.connect(self.encriptar_texto)
4848
self.desencriptar.clicked.connect(self.desencriptar_texto)
4949
self.copiaText.clicked.connect(self.copiar_texto)

0 commit comments

Comments
 (0)