@@ -21,16 +21,16 @@ public static List<SettingsViewInfo> List
2121 new SettingsViewInfo ( Name . HotKeys , new PackIconOcticons ( ) { Kind = PackIconOcticonsKind . Keyboard } , Group . General ) ,
2222 new SettingsViewInfo ( Name . Autostart , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . Power } , Group . General ) ,
2323 new SettingsViewInfo ( Name . Update , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . Download } , Group . General ) ,
24- new SettingsViewInfo ( Name . Settings , new PackIconModern ( ) { Kind = PackIconModernKind . Settings } , Group . General ) ,
2524 new SettingsViewInfo ( Name . ImportExport , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . Import } , Group . General ) ,
25+ new SettingsViewInfo ( Name . Settings , new PackIconModern ( ) { Kind = PackIconModernKind . Settings } , Group . General ) ,
2626
2727 // Applications
2828 new SettingsViewInfo ( Name . IPScanner , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . Sitemap } , Group . Applications ) ,
2929 new SettingsViewInfo ( Name . PortScanner , new PackIconModern ( ) { Kind = PackIconModernKind . NetworkPort } , Group . Applications ) ,
3030 new SettingsViewInfo ( Name . Ping , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . LanConnect } , Group . Applications ) ,
3131 new SettingsViewInfo ( Name . Traceroute , new PackIconModern ( ) { Kind = PackIconModernKind . TransitConnection } , Group . Applications ) ,
3232 new SettingsViewInfo ( Name . DNSLookup , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . Dna } , Group . Applications ) ,
33- new SettingsViewInfo ( Name . RemoteDesktop , new PackIconOcticons ( ) { Kind = PackIconOcticonsKind . DeviceDesktop } , Group . Applications ) ,
33+ new SettingsViewInfo ( Name . RemoteDesktop , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . RemoteDesktop } , Group . Applications ) ,
3434 new SettingsViewInfo ( Name . PuTTY , new PackIconOcticons ( ) { Kind = PackIconOcticonsKind . Terminal } , Group . Applications ) ,
3535 new SettingsViewInfo ( Name . SNMP , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . Switch } , Group . Applications ) ,
3636 new SettingsViewInfo ( Name . WakeOnLAN , new PackIconMaterial ( ) { Kind = PackIconMaterialKind . Power } , Group . Applications ) ,
@@ -47,9 +47,9 @@ public enum Name
4747 Language ,
4848 HotKeys ,
4949 Autostart ,
50- Settings ,
5150 Update ,
5251 ImportExport ,
52+ Settings ,
5353 IPScanner ,
5454 PortScanner ,
5555 Ping ,
0 commit comments