mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
window: update icon resources
This commit is contained in:
parent
635b0ebcd1
commit
b42b70dfec
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
|
|
||||||
#include <res/icon.h>
|
#include "../UnleashedRecompResources/images/game_icon.h"
|
||||||
#include <res/icon_night.h>
|
#include "../UnleashedRecompResources/images/game_icon_night.h"
|
||||||
#include <ui/window_events.h>
|
#include <ui/window_events.h>
|
||||||
#include <user/config.h>
|
#include <user/config.h>
|
||||||
|
|
||||||
|
|
@ -46,11 +46,11 @@ public:
|
||||||
{
|
{
|
||||||
if (isNight)
|
if (isNight)
|
||||||
{
|
{
|
||||||
SetIcon((void*)g_iconNight, g_iconNight_size);
|
SetIcon((void*)g_res_game_icon_night, g_res_game_icon_night_size);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
SetIcon((void*)g_icon, g_icon_size);
|
SetIcon((void*)g_res_game_icon, g_res_game_icon_size);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue