File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -97,6 +97,7 @@ def print_user_buttons(self, usercount: int):
97
97
self .title_buttons [x ].config (text = f"{ user ['displayname' ]} " ,
98
98
font = ("Encode Sans" , font_size ))
99
99
self .action_buttons [x ].config (image = assets .userscreen_userprofile )
100
+
100
101
for x , title_button in enumerate (self .title_buttons ):
101
102
title_button .bind ("<Enter>" , lambda event , x = x :
102
103
assets .button_event_map (event , self .canvas ,
@@ -114,15 +115,6 @@ def print_user_buttons(self, usercount: int):
114
115
assets .button_event_map (event , self .canvas ,
115
116
self .action_buttons_bg [x ], assets .buttons ["square" ]))
116
117
117
- def log_into_user (self , user_position : int ) -> dict :
118
- pass
119
-
120
- def view_user (self , user_position : int ) -> dict :
121
- pass
122
-
123
- def create_user (self ) -> None :
124
- pass
125
-
126
118
def show_canvas (self ) -> None :
127
119
memory .all_users = check_for_users ()
128
120
usercount = len (memory .all_users )
You can’t perform that action at this time.
0 commit comments