mirror of
https://github.com/koloideal/DutyLog.git
synced 2026-06-10 10:25:29 +03:00
update
This commit is contained in:
@@ -289,6 +289,21 @@ admins_list_window = Window(
|
||||
id="add_admin_btn",
|
||||
on_click=on_add_admin_click,
|
||||
),
|
||||
Button(
|
||||
Const("──────────"),
|
||||
id="separator_btn",
|
||||
on_click=lambda c, b, m: None,
|
||||
),
|
||||
SwitchTo(
|
||||
Const("👨💼 Админы"),
|
||||
id="admins_btn",
|
||||
state=CreatorMenuSG.admins_list,
|
||||
),
|
||||
SwitchTo(
|
||||
Const("📜 История"),
|
||||
id="history_btn",
|
||||
state=CreatorMenuSG.transactions_history,
|
||||
),
|
||||
Button(
|
||||
Const("◀️ Назад"),
|
||||
id="back_to_main_from_admins",
|
||||
|
||||
Reference in New Issue
Block a user