You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Interim diary record. The final "exported successfully" / "upload failed"
138
+
// record is appended from the :MISSION:SAVED: ExtensionCallback handler in
139
+
// fnc_initSession.sqf once the async save completes.
134
140
[[GVAR(missionName), GVAR(captureFrameNo)], {
135
141
params ["_missionName", "_endFrame"];
136
142
@@ -143,7 +149,7 @@ OCAPEXTLOG(ARR4("Saved recording of mission",GVAR(missionName),"with tag",_saveT
143
149
[
144
150
"Status",
145
151
format[
146
-
"<font color='#33FF33'>OCAP capture of %1 has been exported with %2 frames saved.</font><br/><br/>Upload results have been logged.",
152
+
"<font color='#FFFF33'>OCAP capture of %1 with %2 frames is being saved and uploaded.</font><br/><br/>Final status will be reported when the upload completes.",
0 commit comments