Skip to content

Commit

Permalink
QoL changes for an install without the DLL files
Browse files Browse the repository at this point in the history
  • Loading branch information
Aemony committed Feb 6, 2024
1 parent 29f3d84 commit 4fc4ed3
Show file tree
Hide file tree
Showing 3 changed files with 300 additions and 291 deletions.
2 changes: 1 addition & 1 deletion src/SKIF.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3126,7 +3126,7 @@ wWinMain ( _In_ HINSTANCE hInstance,

static float AutoUpdatePopupWidth = 0.0f;
static std::string AutoUpdatePopupTitle;
static bool AutoUpdateChanges = (_updater.GetAutoUpdateNotes().max_length > 0 && _registry.wsAutoUpdateVersion == _inject.SKVer32);
static bool AutoUpdateChanges = (_updater.GetAutoUpdateNotes().max_length > 0 && ! _inject.SKVer32.empty() && _inject.SKVer32 == _registry.wsAutoUpdateVersion);

if (AutoUpdateChanges)
{
Expand Down
Loading

0 comments on commit 4fc4ed3

Please sign in to comment.