this repo has no description
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

ui: fix selecting networks

+3
+3
src/app.zig
··· 564 564 .client => |target| { 565 565 for (self.clients.items) |client| { 566 566 if (client == target) { 567 + if (self.ctx) |ctx| { 568 + ctx.requestFocus(self.widget()) catch {}; 569 + } 567 570 self.buffer_list.cursor = i; 568 571 self.buffer_list.ensureScroll(); 569 572 return;