Skip to content

Commit

Permalink
v2.1.1
Browse files Browse the repository at this point in the history
- import fix
  • Loading branch information
DerGoogler authored Feb 29, 2024
1 parent 9a3e7d2 commit 98b28f1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions module.prop
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
id=mmrl_wpd
name=WiFi Password Viewer for MMRL
version=2.1.0
versionCde=210
version=2.1.1
versionCde=211
author=Der_Googler, veez21 @ xda-developers
description=View all your WiFi passwords inside MMRL
2 changes: 1 addition & 1 deletion system/usr/share/mmrl/config/mmrl_wpd/index.jsx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import React from "react";
import { Page } from "@mmrl/ui";
import { useNativeStorage } from "@mmrl/hooks";
import { List, ListItem, ListItemText, Divider } from "@mui/material";
import { List, ListItem, ListSubheader, Switch, ListItemText, Divider } from "@mui/material";

const RenderToolbar = include("components/RenderToolbar.jsx");
const CenterBox = include("components/CenterBox.jsx");
Expand Down

0 comments on commit 98b28f1

Please sign in to comment.