Skip to content

Commit f805ada

Browse files
committed
bugfixes
1 parent 60b3756 commit f805ada

84 files changed

Lines changed: 1793 additions & 572 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

‎Telegram-Mac/Appearance.swift‎

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2889,7 +2889,8 @@ private func generateIcons(from palette: ColorPalette, bubbled: Bool) -> Telegra
28892889
channel_feature_status: { NSImage(named: "Icon_ChannelFeature_Status")!.precomposed(palette.accent) },
28902890
channel_feature_stories: { NSImage(named: "Icon_ChannelFeature_Stories")!.precomposed(palette.accent) },
28912891
chat_hidden_author: { NSImage(named: "Icon_AuthorHidden")!.precomposed(.white) },
2892-
chat_my_notes: { NSImage(named: "Icon_MyNotes")!.precomposed(.white) }
2892+
chat_my_notes: { NSImage(named: "Icon_MyNotes")!.precomposed(.white) },
2893+
premium_required_forward: { NSImage(named: "Icon_PremiumRequired_Forward")!.precomposed() }
28932894

28942895
)
28952896
}

‎Telegram-Mac/ArchiveSettingsController.swift‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ func ArchiveSettingsController(context: AccountContext, privacy: GlobalPrivacySe
133133
_ = context.engine.privacy.updateGlobalPrivacySettings(settings: stateValue.with { $0.settings }).start()
134134
update(stateValue.with { $0.settings })
135135
}, showPremium: {
136-
showModalText(for: context.window, text: strings().archiveNewChatsPremium, callback: { value in
136+
showModalText(for: context.window, text: strings().archiveNewChatsPremium, button: strings().alertView, callback: { value in
137137
showModal(with: PremiumBoardingController(context: context, source: .settings), for: context.window)
138138
})
139139
})
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "bubbleLock_120.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "bubbleLock_120@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
1.23 KB
Loading
2.77 KB
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "onceOutline.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "onceOutline@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
347 Bytes
Loading
565 Bytes
Loading
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
{
2+
"images" : [
3+
{
4+
"filename" : "onceFilled.png",
5+
"idiom" : "universal",
6+
"scale" : "1x"
7+
},
8+
{
9+
"filename" : "onceFilled@2x.png",
10+
"idiom" : "universal",
11+
"scale" : "2x"
12+
},
13+
{
14+
"idiom" : "universal",
15+
"scale" : "3x"
16+
}
17+
],
18+
"info" : {
19+
"author" : "xcode",
20+
"version" : 1
21+
}
22+
}
288 Bytes
Loading

0 commit comments

Comments
 (0)