Skip to content

Commit

Permalink
scale_factor and desc
Browse files Browse the repository at this point in the history
  • Loading branch information
mitya52 committed Dec 12, 2024
1 parent f2595d4 commit 89495bf
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/integrations/integr_chrome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1199,7 +1199,7 @@ const CHROME_INTEGRATION_SCHEMA: &str = r#"
fields:
chrome_path:
f_type: string_long
f_desc: "Path to Google Chrome or Chromium binary. If empty, it searches for Google Chrome in your system"
f_desc: "Path to Google Chrome, Chromium or Edge binary. If empty, it searches for binary in your system"
idle_browser_timeout:
f_type: string_short
f_desc: "Idle timeout for the browser in seconds."
Expand All @@ -1217,7 +1217,7 @@ fields:
f_type: string_short
f_desc: "Height of the browser window."
f_extra: true
window_scale:
scale_factor:
f_type: string_short
f_desc: "Scale factor of the browser window."
f_extra: true
Expand All @@ -1229,7 +1229,7 @@ fields:
f_type: string_short
f_desc: "Height of the browser window in mobile mode."
f_extra: true
mobile_window_scale:
mobile_scale_factor:
f_type: string_short
f_desc: "Scale factor of the browser window in mobile mode."
f_extra: true
Expand All @@ -1241,7 +1241,7 @@ fields:
f_type: string_short
f_desc: "Height of the browser window in tablet mode."
f_extra: true
tablet_window_scale:
tablet_scale_factor:
f_type: string_short
f_desc: "Scale factor of the browser window in tablet mode."
f_extra: true
Expand Down

0 comments on commit 89495bf

Please sign in to comment.