[Misc] Cleanup in Kernel

This commit is contained in:
Gliniak
2025-05-29 10:15:44 +02:00
committed by Radosław Gliński
parent 50492a951e
commit b864149575
101 changed files with 184 additions and 374 deletions

View File

@@ -30,7 +30,7 @@ enum class NotificationAlignment : uint8_t {
kAlignUnknown = 0xFF
};
const static std::vector<ImVec2> notification_position_id_screen_offset = {
inline const std::vector<ImVec2> notification_position_id_screen_offset = {
{0.50f, 0.45f}, // CENTER-CENTER - 0
{0.50f, 0.10f}, // CENTER-TOP - 1
{0.50f, 0.80f}, // CENTER-BOTTOM - 2