mirror of
https://github.com/ArcaneChat/android.git
synced 2026-07-03 14:05:24 +02:00
eb25a5e78c
* add "developer mode" preference * activate WebContentsDebugging also after restart as the preference option is persisted, we should call setWebContentsDebuggingEnabled() not only on flag changes. * capitalize option name, shorter description * prefer 'can' over 'may'; the latter is very formal * add Prefs.isDeveloperModeEnabled() Co-authored-by: B. Petersen <r10s@b44t.com>