Skip to content

Commit e71c857

Browse files
committed
make the header on omail display your rotur email
1 parent 2a0a958 commit e71c857

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

OSL Programs/apps/System/.Install_system.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@
284284
"path": "Origin/(A) System/User Applications",
285285
"name": "OMail.osl",
286286
"icon": "c #6eebd0 w 10 square 0 0 5 5 c #111 w 8 square 0 0 5 5 w 4 c #6eebd0 square 0 0 4 2 w 3 square 0 0 5 3 c #0e5748 line -5 4 0 0 cont 0 0 cont 5 4 cont -5 4 cont 0 3 cont 5 4 c #111",
287-
"version":"2.0"
287+
"version":"2.1"
288288
},
289289
{
290290
"url": "https://origin.mistium.com/OSL%20Programs/apps/Airdrop.osl",

OSL Programs/apps/System/OMail.osl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@ goto 0 window.top - 22
210210
square window.width 43 0 : c#window_colour
211211

212212
loc 2 2 10 -22
213-
text "Rotur Mail" 10 : c#txtc
213+
text "Rotur Mail (" ++ username ++ "@rmail.rotur.dev)" 10 : c#txtc
214214

215215
if current_rmail.toNum() > 0 (
216216
goto 240 window.bottom + 30

0 commit comments

Comments
 (0)