Skip to content

Commit

Permalink
disable UI size in browser extension
Browse files Browse the repository at this point in the history
  • Loading branch information
aspect committed Mar 3, 2024
1 parent 2e93df6 commit e42084e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/src/menu.rs
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ impl<'core> Menu<'core> {
});
ui.end_row();

if runtime::is_native() || runtime::is_chrome_extension() {
if runtime::is_native() {
ui.label(i18n("Zoom"));
ui.horizontal(|ui| {
let zoom_factor = ui.ctx().zoom_factor();
Expand Down

0 comments on commit e42084e

Please sign in to comment.