Skip to content

Commit

Permalink
tabs (#109)
Browse files Browse the repository at this point in the history
  • Loading branch information
aloneguid committed Dec 17, 2024
1 parent 6577cb5 commit 4b97f29
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bt/app/ui/config_app.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1065,7 +1065,7 @@ It super fast, extremely light on resources, completely free and open source.)",
// --- profiles start

if(b->is_system) {
w::tab_bar tabs{b->id};
w::tab_bar tabs{b->id, true, true};

int idx{0};
for(shared_ptr<browser_instance> bi : b->instances) {
Expand Down
4 changes: 2 additions & 2 deletions docs/release-notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,15 +2,15 @@

### New

- Zen browser is now automatically detected as Gecko-based browser. Thanks to @vhick in #111.
- [Zen browser](https://zen-browser.app/) is now automatically detected as Gecko-based browser. Thanks to @vhick in #111.

### Improvements

- Rule editor now has a helper function to list currently running processes when working with "Process" rule.

![image](https://github.com/user-attachments/assets/e0dc1a97-da66-470c-9a64-d6a8173ec7c0)

- For people who have a lot of profiles, tab list is now scrollable, and we have a tab list as well:
- For people who have a lot of profiles (like @AJolly in #109), tab list is now scrollable, and we have a tab list as well:

![image](https://github.com/user-attachments/assets/1028259e-6b6f-44e3-8772-9a616c60d160)

Expand Down
2 changes: 1 addition & 1 deletion grey
Submodule grey updated 2 files
+5 −1 grey/widgets.cpp
+2 −2 grey/widgets.h

0 comments on commit 4b97f29

Please sign in to comment.