hide user profile avatar if obs is running
This commit is contained in:
@@ -14,6 +14,7 @@
|
||||
#include "util/LayoutCreator.hpp"
|
||||
#include "util/PostToThread.hpp"
|
||||
#include "util/Shortcut.hpp"
|
||||
#include "util/StreamerMode.hpp"
|
||||
#include "widgets/Label.hpp"
|
||||
#include "widgets/helper/ChannelView.hpp"
|
||||
#include "widgets/helper/EffectLabel.hpp"
|
||||
@@ -484,7 +485,10 @@ void UserInfoPopup::updateUserData()
|
||||
[] {
|
||||
// failure
|
||||
});
|
||||
this->loadAvatar(user.profileImageUrl);
|
||||
if (!isInStreamerMode())
|
||||
{
|
||||
this->loadAvatar(user.profileImageUrl);
|
||||
}
|
||||
|
||||
getHelix()->getUserFollowers(
|
||||
user.id,
|
||||
|
||||
Reference in New Issue
Block a user