diff options
author | Joe <rbo@gmx.us> | 2024-05-09 20:20:20 +0200 |
---|---|---|
committer | Joe <rbo@gmx.us> | 2024-05-09 20:20:20 +0200 |
commit | 79c7469a9e8efff160335aa6e9b3046197e883e4 (patch) | |
tree | 2426234ab83c6a2be0fe145986c96b497b84c038 /src/e_events.go | |
parent | tmp (diff) | |
download | hardflip-79c7469a9e8efff160335aa6e9b3046197e883e4.tar.gz hardflip-79c7469a9e8efff160335aa6e9b3046197e883e4.tar.bz2 hardflip-79c7469a9e8efff160335aa6e9b3046197e883e4.tar.xz hardflip-79c7469a9e8efff160335aa6e9b3046197e883e4.tar.zst hardflip-79c7469a9e8efff160335aa6e9b3046197e883e4.zip |
not quite but gettin close
Diffstat (limited to 'src/e_events.go')
-rw-r--r-- | src/e_events.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/e_events.go b/src/e_events.go index 21cad94..c30946d 100644 --- a/src/e_events.go +++ b/src/e_events.go @@ -380,6 +380,7 @@ func e_set_protocol_defaults(data *HardData, in *HostNode) { in.Stack.EndpointType = "publicURL" in.Stack.Interface = "public" } + data.ui.insert_scroll = 0 e_set_protocol_max(data, in) } |