mirror of
https://github.com/IgorTimofeev/MineOS.git
synced 2026-01-08 12:12:40 +01:00
вк пидры
This commit is contained in:
parent
cb39b992c0
commit
3698cbaec9
@ -609,7 +609,7 @@
|
||||
type="Application",
|
||||
icon="https://raw.githubusercontent.com/IgorTimofeev/OpenComputers/master/Applications/VK/Icon.pic",
|
||||
createShortcut=true,
|
||||
version=1.38,
|
||||
version=1.39,
|
||||
resources={
|
||||
{
|
||||
path="/VKLogo.pic",
|
||||
|
||||
@ -837,7 +837,7 @@ local function userProfileGUI()
|
||||
currentProfile.audiosButton = GUI.button(x, y, avatarWidth, 1, 0xCCCCCC, 0x000000, 0x888888, 0x000000, "Аудиозаписи")
|
||||
y = y + 2
|
||||
|
||||
drawInfo(x, y, "Подписчики: ", currentProfile.userProfile.response[1].counters.followers)
|
||||
drawInfo(x, y, "Подписчики: ", tostring(currentProfile.userProfile.response[1].counters.followers))
|
||||
drawInfo(x, y, "Фотографии: ", currentProfile.userProfile.response[1].counters.photos)
|
||||
drawInfo(x, y, "Видеозаписи: ", currentProfile.userProfile.response[1].counters.videos)
|
||||
drawInfo(x, y, "Аудиозаписи: ", currentProfile.userProfile.response[1].counters.audios)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user