File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1414$current_location = Get-Location
1515
1616$module = " github.com/webui-dev/go-webui/v2"
17- $webui_version = " v2.4.1 " # TODO: fetch latest version automatically and allow to set version via flag
17+ $webui_version = " v2.4.2 " # TODO: fetch latest version automatically and allow to set version via flag
1818$release_base_url = " https://github.com/webui-dev/webui/releases"
1919
2020# Determine the release archive for the used platform and architecture.
Original file line number Diff line number Diff line change 1313# like `@latest` or commit SHAs.
1414
1515module=github.com/webui-dev/go-webui/v2
16- webui_version=v2.4.1 # TODO: fetch latest version automatically and allow to set version via flag
16+ webui_version=v2.4.2 # TODO: fetch latest version automatically and allow to set version via flag
1717release_base_url=" https://github.com/webui-dev/webui/releases"
1818
1919# Determine the release archive for the used platform and architecture.
Original file line number Diff line number Diff line change @@ -261,9 +261,9 @@ func (w Window) SetProfile(name string, path string) {
261261}
262262
263263// SetProxy sets the web browser proxyServer to use. Need to be called before `Show()`.
264- /* func (w Window) SetProxy(name string, proxyServer string) {
264+ func (w Window ) SetProxy (name string , proxyServer string ) {
265265 C .webui_set_proxy (C .size_t (w ), C .CString (proxyServer ))
266- } */
266+ }
267267
268268// GetUrl returns the full current URL
269269func (w Window ) GetUrl () string {
You can’t perform that action at this time.
0 commit comments