diff --git a/data_from_portwine/scripts/functions_helper b/data_from_portwine/scripts/functions_helper
index 05c5b9e4..294ca73b 100755
--- a/data_from_portwine/scripts/functions_helper
+++ b/data_from_portwine/scripts/functions_helper
@@ -927,6 +927,7 @@ pw_init_db () {
         fi
         check_hybrid_graphicks && check_variables PW_PRIME_RENDER_OFFLOAD "1"
     fi
+    [[ "${START_FROM_STEAM}" == 1 ]] && export PW_GUI_DISABLED_CS=1
     return 0
 }