WaitingDialog: Minor change.

scenarios
Pierre-Antoine Rouby 2024-08-20 15:31:46 +02:00
parent 037f5ecfa5
commit 6a5183cc0c
1 changed files with 7 additions and 1 deletions

View File

@ -64,14 +64,20 @@ class WaitingDialog(PamhyrDialog):
".. ", ".. ", ".. ", ".. ",
"...", "..."], "...", "..."],
["o ", " o ", " o ", " o", " o ", " o "], ["o ", " o ", " o ", " o", " o ", " o "],
["█▓▒░", "▓█▓▒", "▒▓█▓", "░▒▓█", "▒▓█▓", "▓█▓▒"],
"▖▘▝▗", "▖▘▝▗",
"αβγδεζηθικλμνξοπρστυφχψω",
"◢◣◤◥", "◢◣◤◥",
"◐◓◑◒", "◐◓◑◒",
"◰◳◲◱", "◰◳◲◱",
"◴◷◶◵", "◴◷◶◵",
"┤┘┴└├┌┬┐", "┤┘┴└├┌┬┐",
"⣷⣯⣟⡿⢿⣻⣽⣾", "⣷⣯⣟⡿⢿⣻⣽⣾",
"⡀⡁⡂⡃⡄⡅⡆⡇⡈⡉⡊⡋⡌⡍⡎⡏⡐⡑⡒⡓⡔⡕⡖⡗⡘⡙⡚⡛⡜⡝⡞⡟⡠⡡⡢⡣⡤⡥⡦⡧⡨⡩⡪⡫⡬⡭⡮⡯⡰⡱⡲⡳⡴⡵⡶⡷⡸⡹⡺⡻⡼⡽⡾⡿⢀⢁⢂⢃⢄⢅⢆⢇⢈⢉⢊⢋⢌⢍⢎⢏⢐⢑⢒⢓⢔⢕⢖⢗⢘⢙⢚⢛⢜⢝⢞⢟⢠⢡⢢⢣⢤⢥⢦⢧⢨⢩⢪⢫⢬⢭⢮⢯⢰⢱⢲⢳⢴⢵⢶⢷⢸⢹⢺⢻⢼⢽⢾⢿⣀⣁⣂⣃⣄⣅⣆⣇⣈⣉⣊⣋⣌⣍⣎⣏⣐⣑⣒⣓⣔⣕⣖⣗⣘⣙⣚⣛⣜⣝⣞⣟⣠⣡⣢⣣⣤⣥⣦⣧⣨⣩⣪⣫⣬⣭⣮⣯⣰⣱⣲⣳⣴⣵⣶⣷⣸⣹⣺⣻⣼⣽⣾⣿", """⡀⡁⡂⡃⡄⡅⡆⡇⡈⡉⡊⡋⡌⡍⡎⡏⡐⡑⡒⡓⡔⡕⡖⡗⡘⡙⡚⡛⡜⡝⡞⡟⡠⡡⡢⡣⡤⡥⡦⡧\
\
\
\
""",
] ]
def __init__(self, payload_fn, title, parent=None): def __init__(self, payload_fn, title, parent=None):