mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Add story fetch setting to feedback debug.
This commit is contained in:
parent
624eec8907
commit
d593279559
1 changed files with 1 additions and 0 deletions
|
@ -91,6 +91,7 @@ public class PrefsUtils {
|
|||
} else {
|
||||
s.append("unknown");
|
||||
}
|
||||
s.append("%0Aprefetch: ").append(isOfflineEnabled(context) ? "yes" : "no");
|
||||
return s.toString();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue