feat: Move videoplayer into multi image viewer
Also fixes video thumbnails Signed-off-by: Christian Kußowski <c.kussowski@famedly.com>
This commit is contained in:
parent
b022741310
commit
55705d761d
8 changed files with 292 additions and 175 deletions
|
|
@ -29,6 +29,9 @@ abstract class PlatformInfos {
|
|||
|
||||
static bool get usesTouchscreen => !isMobile;
|
||||
|
||||
static bool get supportsVideoPlayer =>
|
||||
!PlatformInfos.isWindows && !PlatformInfos.isLinux;
|
||||
|
||||
/// Web could also record in theory but currently only wav which is too large
|
||||
static bool get platformCanRecord => (isMobile || isMacOS);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue