mirror of
https://github.com/wanghongenpin/proxypin.git
synced 2026-06-01 17:15:48 +08:00
feat: add XML and HTML formatting support (#721)
This commit is contained in:
@@ -155,7 +155,7 @@ class ContentTypeState extends State<ContentTypeSelect> {
|
||||
@override
|
||||
Widget build(BuildContext context) {
|
||||
value ??= localizations.all;
|
||||
types ??= ["JSON", "HTML", "JS", "CSS", "TEXT", "IMAGE", localizations.all];
|
||||
types ??= ["JSON", "IMAGE", "HTML", "JS", "CSS", "TEXT", "XML", localizations.all];
|
||||
|
||||
return PopupMenuButton(
|
||||
initialValue: value,
|
||||
|
||||
Reference in New Issue
Block a user