You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
with #1186 gtk4 seemed to no longer set a min_height on the bluetoothbox, this adds a method to allow the box to grow until a limit of height is reached.
Copy file name to clipboardExpand all lines: docs/modules/Bluetooth.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,6 +18,7 @@ Clicking on the widget opens a popout displaying list of available devices and c
18
18
|`format.connected`|`string`|` {device_alias}`| Format string to use for the widget button when bluetooth adapter is enabled and a device is connected. |
19
19
|`format.connected_battery`|`string`|` {device_alias} • {device_battery_percent}%`| Format string to use for the widget button when bluetooth adapter is enabled, a device is connected and `{device_battery_percent}` is available. |
20
20
|`popup.scrollable`|`boolean`|`true`| If true makes the popup scrollable, if false stretchable to show all of its content. |
21
+
|`popup.grow_height_until`|`i32`|`250`| Grows the Height of the Popup automatically based on the content up to this limit. Usefull when scrolling is enabled. |
21
22
|`popup.header`|`string`|` Enable Bluetooth`| Format string to use for the header of popup window. |
22
23
|`popup.disabled`|`string`|`{adapter_status}`| Format string to use for the message that is displayed when the adapter is not found or disabled. |
23
24
|`popup.device.header`|`string`|`{device_alias}`| Format string to use for the header of device box. |
0 commit comments