Fix refresh button in fax machine (#41024)

This commit is contained in:
eoineoineoin
2025-10-21 23:01:22 +01:00
committed by GitHub
parent 393197e94f
commit 09aada2e3e
6 changed files with 11 additions and 7 deletions

View File

@@ -48,6 +48,7 @@ public abstract class CommonStylesheet : PalettedStylesheet, IButtonConfig, IWin
ResPath IIconConfig.HelpIconPath => new("help.png");
ResPath IIconConfig.CrossIconPath => new("cross.svg.png");
ResPath IIconConfig.RefreshIconPath => new("circular_arrow.svg.96dpi.png");
ResPath IIconConfig.InvertedTriangleIconPath => new("inverted_triangle.svg.png");
ResPath IWindowConfig.WindowHeaderTexturePath => new("window_header.png");