Skip to content

Commit

Permalink
fix select message to reply to
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob271 committed Jul 4, 2022
1 parent a8588ff commit a9af1b2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ addDate
contents: self messageDateText;
hResizing: #spaceFill;
color: self secondaryColor;
lock;
yourself).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ addSender
hResizing: #spaceFill;
color: self secondaryColor;
margins: self class defaultMargins;
lock;
yourself).
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
"newFrom:" : "tom.richter 6/28/2021 15:08" },
"instance" : {
"addContent" : "TR 6/20/2021 11:12",
"addDate" : "rgw 5/12/2022 15:54",
"addDate" : "js 7/4/2022 15:24",
"addReplySnippet" : "LR 6/15/2022 11:21",
"addSender" : "rgw 5/12/2022 15:54",
"addSender" : "js 7/4/2022 15:24",
"addText" : "RK 6/23/2021 11:46",
"answeredMessageReceived" : "rgw 6/2/2022 10:29",
"date" : "TR 6/20/2021 10:59",
Expand All @@ -26,8 +26,6 @@
"messageModel:" : "JS 5/26/2022 16:40",
"mouseDown:" : "LR 6/5/2022 10:57",
"secondaryColor" : "rgw 5/12/2022 15:54",
"sender" : "TR 6/20/2021 10:59",
"senderId" : "8/5/2021 21:14:18",
"shrinkToContent" : "LR 6/11/2022 12:38",
"text" : "RK 6/29/2021 11:18",
"triggerRequestScroll" : "LR 6/5/2022 12:45",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ initialize
super initialize.
self
openCenteredInWorld;
setLabel: 'TelegramClient';
"setLabel: 'TelegramClient';"
color: Color white;
addAuthenticationWindow.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"currentWindow:" : "r.s 7/13/2020 17:11",
"delete" : "js 6/21/2022 11:26",
"expandToFullScreen" : "js 6/21/2022 11:27",
"initialize" : "js 6/21/2022 11:29",
"initialize" : "js 7/4/2022 15:20",
"logInCompleted" : "RS 7/17/2021 12:30",
"loggedOut" : "RS 7/17/2021 12:25",
"openCurrentWindow" : "js 6/21/2022 11:31" } }
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
"name" : "TCUTelegram",
"pools" : [
],
"super" : "SystemWindow",
"super" : "Morph",
"type" : "normal" }

0 comments on commit a9af1b2

Please sign in to comment.