mirror of
https://repo.dec05eba.com/gpu-screen-recorder-ui
synced 2026-05-07 23:20:26 +09:00
Add option to start replay on fullscreen
This commit is contained in:
@@ -16,7 +16,7 @@ namespace gsr {
|
||||
};
|
||||
}
|
||||
|
||||
LineSeparator::LineSeparator(Type type, float width) : type(type), width(width) {
|
||||
LineSeparator::LineSeparator(Orientation orientation, float width) : orientation(orientation), width(width) {
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user