pbakiewicz

Results 2 comments of pbakiewicz

There is also a second way, we already pass initial_device to `AuthenticationTokenForm` we could simply save it: ``` self.initial_device = initial_device ``` and overload _chosen_device this way: ``` def _chosen_device(self,...

Sure, this is the output: ``` status-right "#status-right "#[fg=#{?client_prefix,#f38ba8,#a6e3a1},bg=#1e1e2e,nobold,nounderscore,noitalics]█#[fg=#1e1e2e,bg=#{?client_prefix,#f38ba8,#a6e3a1},nobold,nounderscore,noitalics] #[fg=#cdd6f4,bg=#313244] #S#[fg=#313244,bg=#313244,nobold,nounderscore,noitalics]█#[fg=#f5c2e7,bg=#313244,nobold,nounderscore,noitalics]█#[fg=#1e1e2e,bg=#f5c2e7,nobold,nounderscore,noitalics] #[fg=#cdd6f4,bg=#313244] #W#[fg=#313244,bg=#313244,nobold,nounderscore,noitalics]█" ``` In the meantime if anyone had similar problem I found the solution -> simply change module...