[NON-MODULAR] Sets Pixel-Scaling for the Prefs Menu! (#18130)

First try!
This commit is contained in:
Rimi Nosha
2022-12-14 22:40:52 -08:00
committed by GitHub
parent 5ffc3c2dc8
commit 1315a73ef4
+1 -1
View File
@@ -470,7 +470,7 @@ GLOBAL_LIST_EMPTY(preferences_datums)
body = new
// Without this, it doesn't show up in the menu
body.appearance_flags &= ~KEEP_TOGETHER
body.appearance_flags |= KEEP_TOGETHER // SKYRAT EDIT - Fix pixel scaling - ORIGINAL: body.appearance_flags &= ~KEEP_TOGETHER
/datum/preferences/proc/create_character_profiles()
var/list/profiles = list()