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

@@ -6,7 +6,6 @@ public interface IIconConfig : ISheetletConfig
{
public ResPath HelpIconPath { get; }
public ResPath CrossIconPath { get; }
public ResPath RefreshIconPath { get; }
public ResPath InvertedTriangleIconPath { get; }
}