mirror of
https://github.com/comit-network/xmr-btc-swap.git
synced 2025-12-20 02:53:00 -05:00
feat(gui): Display dialog when update is available (#132)
* feat(tauri): Use new tauri signing key * feat(gui): Display MUI dialog when update is available
This commit is contained in:
parent
a9b1d05af0
commit
c1afc7aa2a
5 changed files with 170 additions and 32 deletions
|
|
@ -9,6 +9,7 @@ import HistoryPage from "./pages/history/HistoryPage";
|
|||
import SwapPage from "./pages/swap/SwapPage";
|
||||
import WalletPage from "./pages/wallet/WalletPage";
|
||||
import GlobalSnackbarProvider from "./snackbar/GlobalSnackbarProvider";
|
||||
import UpdaterDialog from "./modal/updater/UpdaterDialog";
|
||||
|
||||
const useStyles = makeStyles((theme) => ({
|
||||
innerContent: {
|
||||
|
|
@ -58,6 +59,7 @@ export default function App() {
|
|||
<Router>
|
||||
<Navigation />
|
||||
<InnerContent />
|
||||
<UpdaterDialog/>
|
||||
</Router>
|
||||
</GlobalSnackbarProvider>
|
||||
</ThemeProvider>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue