this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

#2444: fixed name for screenshots (#2463)

authored by

Vadim Grigoruk and committed by
GitHub
350fc23c 5cee27b4

+1 -1
+1 -1
src/studio/studio.c
··· 1936 1936 if(studio->video.screenshot) 1937 1937 { 1938 1938 studio->video.screenshot = false; 1939 - stopVideoRecord(studio, VideoGif); 1939 + stopVideoRecord(studio, ScreenGif); 1940 1940 return; 1941 1941 } 1942 1942