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.
137
140
[[GVAR(missionName), GVAR(captureFrameNo)], {
138
141
params ["_missionName", "_endFrame"];
139
142
@@ -146,7 +149,7 @@ OCAPEXTLOG(ARR4("Queued recording of mission",GVAR(missionName),"with tag",_save
146
149
[
147
150
"Status",
148
151
format[
149
-
"<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