We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c26ab3 commit b9fa30fCopy full SHA for b9fa30f
src/widgets/window/focus.rs
@@ -63,7 +63,7 @@ impl imp::KpWindow {
63
move || {
64
if !imp.text_view_focused()
65
&& imp.obj().visible_dialog().is_none()
66
- && imp.main_stack.visible_child_name().unwrap() == "session"
+ && imp.main_stack.visible_child_name().unwrap() == "test"
67
{
68
bottom_stack.set_visible_child(&focus_button);
69
text_view.add_css_class("unfocused");
0 commit comments