mirror of
https://github.com/M66B/FairEmail.git
synced 2026-01-03 19:34:15 +01:00
Add theme to error reports
This commit is contained in:
@@ -280,6 +280,9 @@ public class Log {
|
||||
error.addToTab("extra", "installer", installer == null ? "-" : installer);
|
||||
error.addToTab("extra", "fingerprint", fingerprint);
|
||||
error.addToTab("extra", "free", Log.getFreeMemMb());
|
||||
|
||||
String theme = prefs.getString("theme", "light");
|
||||
error.addToTab("extra", "theme", theme);
|
||||
return true;
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user