Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TDesktop-x64/tdesktop
/ CustomWallPaper
Function
CustomWallPaper
Telegram/SourceFiles/data/data_wall_paper.cpp:728–730 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
726
}
727
728
WallPaper CustomWallPaper() {
729
return WallPaper(kCustomBackground);
730
}
731
732
bool IsCustomWallPaper(const WallPaper &paper) {
733
return (paper.id() == kCustomBackground);
Callers
5
keepApplied
Method · 0.85
importTheme
Method · 0.85
chooseFromFile
Method · 0.85
FromColorsSlug
Method · 0.85
ChooseFromFile
Function · 0.85
Calls
1
WallPaper
Class · 0.70
Tested by
no test coverage detected