Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
eriforce committed Aug 26, 2024
1 parent fd3cf2e commit 5353fd6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Magpie.App/ProfileViewModel.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ ProfileViewModel::ProfileViewModel(int profileIdx) : _isDefaultProfile(profileId
_data->graphicsCard = -1;
}

_is3DGameModeChangedRevoker = ScalingService::Get().Is3DGameModeChanged(
auto_revoke, { this, &ProfileViewModel::_ScalingService_Is3DGameModeChanged });
// _is3DGameModeChangedRevoker = ScalingService::Get().Is3DGameModeChanged(
// auto_revoke, { this, &ProfileViewModel::_ScalingService_Is3DGameModeChanged });
}

ProfileViewModel::~ProfileViewModel() {}
Expand Down

0 comments on commit 5353fd6

Please sign in to comment.