Skip to content

Commit a7bdd4e

Browse files
committed
Missing file for "Default custom images are marked with "@""
1 parent b065416 commit a7bdd4e

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

StreamDeckSimHub.Plugin/Actions/FlagsSettings.cs

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -50,49 +50,49 @@ public class Flags
5050
/// </summary>
5151
public class FlagsSettings
5252
{
53-
public string NoFlag { get; set; } = "flags/flag-none.svg";
53+
public string NoFlag { get; set; } = "@flags/flag-none.svg";
5454
public bool NoFlagFlash { get; set; } = false;
5555
public int? NoFlagFlashOn { get; set; } = 0;
5656
public int? NoFlagFlashOff { get; set; } = 0;
5757

58-
public string BlackFlag { get; set; } = "flags/flag-black.svg";
58+
public string BlackFlag { get; set; } = "@flags/flag-black.svg";
5959
public bool BlackFlagFlash { get; set; } = false;
6060
public int? BlackFlagFlashOn { get; set; } = 0;
6161
public int? BlackFlagFlashOff { get; set; } = 0;
6262

63-
public string BlueFlag { get; set; } = "flags/flag-blue.svg";
63+
public string BlueFlag { get; set; } = "@flags/flag-blue.svg";
6464
public bool BlueFlagFlash { get; set; } = false;
6565
public int? BlueFlagFlashOn { get; set; } = 0;
6666
public int? BlueFlagFlashOff { get; set; } = 0;
6767

68-
public string CheckeredFlag { get; set; } = "flags/flag-checkered.svg";
68+
public string CheckeredFlag { get; set; } = "@flags/flag-checkered.svg";
6969
public bool CheckeredFlagFlash { get; set; } = false;
7070
public int? CheckeredFlagFlashOn { get; set; } = 0;
7171
public int? CheckeredFlagFlashOff { get; set; } = 0;
7272

73-
public string GreenFlag { get; set; } = "flags/flag-green.svg";
73+
public string GreenFlag { get; set; } = "@flags/flag-green.svg";
7474
public bool GreenFlagFlash { get; set; } = false;
7575
public int? GreenFlagFlashOn { get; set; } = 0;
7676
public int? GreenFlagFlashOff { get; set; } = 0;
7777

78-
public string OrangeFlag { get; set; } = "flags/flag-orange.svg";
78+
public string OrangeFlag { get; set; } = "@flags/flag-orange.svg";
7979
public bool OrangeFlagFlash { get; set; } = false;
8080
public int? OrangeFlagFlashOn { get; set; } = 0;
8181
public int? OrangeFlagFlashOff { get; set; } = 0;
8282

83-
public string WhiteFlag { get; set; } = "flags/flag-white.svg";
83+
public string WhiteFlag { get; set; } = "@flags/flag-white.svg";
8484
public bool WhiteFlagFlash { get; set; } = false;
8585
public int? WhiteFlagFlashOn { get; set; } = 0;
8686
public int? WhiteFlagFlashOff { get; set; } = 0;
8787

88-
public string YellowFlag { get; set; } = "flags/flag-yellow.svg";
88+
public string YellowFlag { get; set; } = "@flags/flag-yellow.svg";
8989
public bool YellowFlagFlash { get; set; } = false;
9090
public int? YellowFlagFlashOn { get; set; } = 0;
9191
public int? YellowFlagFlashOff { get; set; } = 0;
9292

93-
public string YellowSec1 { get; set; } = "flags/flag-yellow-s1.png";
94-
public string YellowSec2 { get; set; } = "flags/flag-yellow-s2.png";
95-
public string YellowSec3 { get; set; } = "flags/flag-yellow-s3.png";
93+
public string YellowSec1 { get; set; } = "@flags/flag-yellow-s1.png";
94+
public string YellowSec2 { get; set; } = "@flags/flag-yellow-s2.png";
95+
public string YellowSec3 { get; set; } = "@flags/flag-yellow-s3.png";
9696
public bool YellowSecFlash { get; set; } = false;
9797
public int? YellowSecFlashOn { get; set; } = 0;
9898
public int? YellowSecFlashOff { get; set; } = 0;

0 commit comments

Comments
 (0)