This commit is contained in:
Loretta 2024-07-03 12:10:44 +02:00
parent 9bd88701f2
commit d66c256c3d
1 changed files with 2 additions and 2 deletions

View File

@ -34,7 +34,7 @@
{ {
get get
{ {
#if Product #if PRODUCT
{ {
return false; return false;
} }
@ -48,7 +48,7 @@
{ {
get get
{ {
#if Product #if PRODUCT
{ {
return true; return true;
} }