Skip to content

Commit ef3fdaa

Browse files
authored
Mark module as modified
Clarify in the module name that this is a modified version.
1 parent 047a43d commit ef3fdaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

VRCFTPicoModule/VRCFTPicoModule.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ private void UpdateModuleInfo((bool, bool) initializationResult)
108108
{ Item1: false, Item2: true } => T("expression-tracking"),
109109
_ => ""
110110
};
111-
ModuleInformation.Name = "PICO / " + moduleTrackingStatus + moduleProtocol;
111+
ModuleInformation.Name = "VRCFTPicoModule (modified) / " + moduleTrackingStatus + moduleProtocol;
112112
var stream = GetType().Assembly.GetManifestResourceStream("VRCFTPicoModule.Assets.pico.png");
113113
ModuleInformation.StaticImages = stream != null ? [stream] : ModuleInformation.StaticImages;
114114
}

0 commit comments

Comments
 (0)