Sécurisation du code avec try : execpt
This commit is contained in:
@@ -103,7 +103,7 @@ QPushButton#staff_btn:pressed
|
||||
QPushButton#discord_btn,
|
||||
QPushButton#discord_auth_btn,
|
||||
QPushButton#intranet_btn,
|
||||
QPushButton#whitelist_ok_boutton
|
||||
QPushButton#no_whitelist_btn
|
||||
{
|
||||
background-color: rgba(32, 58, 67, 0.6); /* Bleu très sombre semi-transparent */
|
||||
border: 1px solid rgba(255, 255, 255, 0.1);
|
||||
@@ -115,7 +115,7 @@ QPushButton#whitelist_ok_boutton
|
||||
|
||||
QPushButton#discord_btn:hover,
|
||||
QPushButton#discord_auth_btn:hover,
|
||||
QPushButton#whitelist_ok_boutton:hover
|
||||
QPushButton#no_whitelist_btn:hover
|
||||
{
|
||||
background-color: rgba(88, 101, 242, 0.4); /* Fond bleu Discord translucide */
|
||||
border: 2px solid #7289da; /* Bordure plus épaisse et claire pour l'éclat */
|
||||
|
||||
Reference in New Issue
Block a user