Add support for disabling mobile media-viewer's fullscreen auto-rotate (#4416)

This commit is contained in:
flubber1234
2024-01-16 04:00:58 +00:00
committed by GitHub
parent 403f7c54ef
commit 29677696fd
7 changed files with 16 additions and 2 deletions

View File

@@ -539,7 +539,6 @@ func TestMain(m *testing.M) {
// initialise empty config - needed by some migrations
_ = config.InitializeEmpty()
ret := runTests(m)
os.Exit(ret)
}