Merge pull request #116 from yaso-meth/QOL--remove-screenshot-prevention

remove screenshot prevention
This commit is contained in:
yaso-meth 2025-03-24 09:46:35 +02:00 committed by GitHub
commit cae3ea1aad
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -41,7 +41,7 @@ class _AuthCheckState extends State<AuthCheck> {
@override
void initState() {
//signedIn = doesSessionExist();
disableScreenshot();
// disableScreenshot(); Screenshot
// var brightness =
// SchedulerBinding.instance.platformDispatcher.platformBrightness;
// bool isDarkMode = brightness == Brightness.dark;