We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6b1b8ef + bd4f529 commit a835d16Copy full SHA for a835d16
2 files changed
mob.ini
@@ -126,6 +126,7 @@ ss_paper_mono_6788 = 2.2
126
ss_dark_mode_1809_6788 = 3.0
127
ss_morrowind_trosski = 1.1
128
ss_skyrim_trosski = v1.1
129
+ss_starfield_trosski = V1.11
130
ss_fallout3_trosski = v1.11
131
ss_fallout4_trosski = v1.11
132
src/tasks/stylesheets.cpp
@@ -32,7 +32,11 @@ namespace mob::tasks {
32
33
{"Trosski", "Mod-Organizer2-Fallout-4-Stylesheet",
34
conf().version().get("ss_fallout4_trosski"), "Fallout4-MO2-Stylesheet",
35
- ""}};
+ ""},
36
+
37
+ {"Trosski", "Starfield_MO2_Stylesheet",
38
+ conf().version().get("ss_starfield_trosski"),
39
+ "Starfield.MO2.Stylsheet", ""}};
40
}
41
42
stylesheets::stylesheets() : task("ss", "stylesheets") {}
0 commit comments