mirror of
https://github.com/pentoo/pentoo-overlay
synced 2025-12-06 16:33:09 +01:00
11 lines
366 B
Diff
11 lines
366 B
Diff
--- a/dwarf_debugger/dwarf.py.orig 2020-05-21 18:54:23.000000000 +0800
|
|
+++ b/dwarf_debugger/dwarf.py 2020-05-23 12:47:02.344986651 +0800
|
|
@@ -176,7 +176,7 @@
|
|
qapp.setWindowIcon(_icon)
|
|
|
|
_prefs = Prefs()
|
|
- local_update_disabled = _prefs.get('disable_local_frida_update', False)
|
|
+ local_update_disabled = True
|
|
|
|
args = process_args()
|
|
|