portage-overlay

personal portage ebuild repository
git clone anongit@rnpnr.xyz:portage-overlay.git
Log | Files | Refs | Feed | README

0007-analytics-Default-selection-to-off.patch (1851B)


      1 From e0953da30edc7c57ff9e09dc525e8bc2e9dcbeec Mon Sep 17 00:00:00 2001
      2 From: Randy Palamar <randy@rnpnr.xyz>
      3 Date: Sun, 11 Jan 2026 16:04:48 -0700
      4 Subject: [PATCH 7/7] analytics: Default selection to off
      5 
      6 ---
      7  qrenderdoc/Code/Interface/PersistantConfig.h | 4 ++--
      8  1 file changed, 2 insertions(+), 2 deletions(-)
      9 
     10 diff --git a/qrenderdoc/Code/Interface/PersistantConfig.h b/qrenderdoc/Code/Interface/PersistantConfig.h
     11 index 0a4d4e0a3..154c6e53f 100644
     12 --- a/qrenderdoc/Code/Interface/PersistantConfig.h
     13 +++ b/qrenderdoc/Code/Interface/PersistantConfig.h
     14 @@ -631,10 +631,10 @@ DECLARE_REFLECTION_STRUCT(BugReport);
     15        "``True`` if the user has selected to completely opt-out from and disable all analytics "    \
     16        "collection and reporting.\n"                                                                \
     17        "\n"                                                                                         \
     18 -      "Defaults to ``False``."                                                                     \
     19 +      "Defaults to ``True``."                                                                      \
     20        ""                                                                                           \
     21        ":type: bool");                                                                              \
     22 -  CONFIG_SETTING_VAL(public, bool, bool, Analytics_TotalOptOut, false)                             \
     23 +  CONFIG_SETTING_VAL(public, bool, bool, Analytics_TotalOptOut, true)                              \
     24                                                                                                     \
     25    DOCUMENT(                                                                                        \
     26        "``True`` if the user has remained with analytics turned on, but has chosen to manually "    \
     27 -- 
     28 2.49.0
     29