Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ IsCustomWallPaper
Function
IsCustomWallPaper
Telegram/SourceFiles/data/data_wall_paper.cpp:732–734 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
730
}
731
732
bool IsCustomWallPaper(const WallPaper &paper) {
733
return (paper.id() == kCustomBackground);
734
}
735
736
WallPaper Legacy1DefaultWallPaper() {
737
return WallPaper(kLegacy1DefaultBackground);
Callers
7
start
Method · 0.85
setTestingTheme
Method · 0.85
applyForPeer
Method · 0.85
updatePapers
Method · 0.85
setLocalImageAsThumbnail
Method · 0.85
FromLegacyId
Method · 0.85
IsCloudWallPaper
Function · 0.85
Calls
1
id
Method · 0.45
Tested by
no test coverage detected