Skip to content

Commit

Permalink
Update app.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
marci1175 authored Nov 21, 2023
1 parent 1cfd699 commit bb2ddc0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ impl eframe::App for backend::TemplateApp {
if self.client_mode {
self.state_client(_frame, ctx, input_keys);
}

if self.emoji_mode {
//character picker
if self.emoji_mode && self.client_mode {
self.window_emoji(ctx);
}

Expand Down

0 comments on commit bb2ddc0

Please sign in to comment.