[Update] Main Window: Update通知のUI追加。見た目だけ。(常に表示状態)

This commit is contained in:
Sakamoto Shiina
2023-09-23 14:31:35 +09:00
parent 2fedd8b0bc
commit 34c61291bb
5 changed files with 68 additions and 3 deletions

View File

@@ -60,6 +60,16 @@ def createSidebar(settings, main_window, view_variable):
main_window.sidebar_config_button.grid(row=0, column=0, padx=0, pady=settings.uism.SIDEBAR_CONFIG_BUTTON_IPADY)
# main_window.sidebar_config_button_update_badge = CTkFrame(
# main_window.sidebar_config_button,
# corner_radius=3,
# fg_color="#ca5361",
# width=6,
# height=6,
# )
# main_window.sidebar_config_button_update_badge.place(relx=0.9, rely=0.1, anchor="center")
bindButtonFunctionAndColor(
target_widgets=[main_window.sidebar_config_button_wrapper, main_window.sidebar_config_button],
enter_color=settings.ctm.CONFIG_BUTTON_HOVERED_BG_COLOR,