Fix the task bar icon for the client (#86504)

This got renamed in a icons folder rework some time ago but this
reference isn't enforced at compile time like it should be. (also likely
a byond bug) so when the file was renamed this never came up as a
reference to it.

🆑
fix: Fixed the taskbar/menu bar icon showing the virgin orange byond
icon instead of the chad blue ss13 icon.
/🆑
This commit is contained in:
Kyle Spier-Swenson
2024-09-06 12:46:07 -07:00
committed by GitHub
parent b8c63da48c
commit c93568bb34

View File

@@ -65,7 +65,7 @@ window "mainwindow"
is-default = true
saved-params = "pos;size;is-minimized;is-maximized"
statusbar = false
icon = 'icons\\ui_icons\\common\\tg_32.png'
icon = 'icons\\ui\\common\\tg_32.png'
macro = "default"
menu = "menu"
elem "split"