Skip to content

Commit

Permalink
Update Summit.osl
Browse files Browse the repository at this point in the history
  • Loading branch information
Mistium authored Jan 16, 2024
1 parent b6b4690 commit 4448f04
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions OSL Programs/apps/System/Summit.osl
Original file line number Diff line number Diff line change
Expand Up @@ -203,10 +203,12 @@ current_tab_name = input_search

if page_type == "osl" (
run pages.[tab]
onload = false
)
if page_type == "png" (
goto 0-0
image taburls.[tab].replace(newline,).destr.replace("owtp://",owtpurl) frame_width
goto 0 0
image taburls.[tab].destr.replace("owtp://",owtpurl) frame_width
page_data = ""
)
if page_type == "txt" (
loc 2 2 20 -20 + scroll_y
Expand All @@ -216,7 +218,6 @@ if page_type == "txt" (
current_tab_name.key("icon") = "txt"
page_len = pages.[tab].len * 25
)
onload = false
tabs.[tab] = current_tab_name
frame "clear"
import "win-buttons"

0 comments on commit 4448f04

Please sign in to comment.