Skip to content

Commit

Permalink
UI changes
Browse files Browse the repository at this point in the history
  • Loading branch information
mienaiyami committed Aug 9, 2023
1 parent 9330569 commit 28a3625
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion electron/updater.ts
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ const downloadUpdates = (latestVersion: string, windowId: number) => {
type: "info",
title: "Updates downloaded",
message: "Updates downloaded.",
buttons: ["Install Now"],
buttons: ["Install Now", "Install on Quit"],
cancelId: 1,
})
.then((res) => {
Expand Down
2 changes: 1 addition & 1 deletion src/Components/Settings.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ const ThemeCont = () => {
<tr>
<th>Property</th>
<th>Reset &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Link</th>
<th>Color-Opacity / Variable</th>
<th>Color / Variable</th>
</tr>
{fakeCurrentTheme.map((e) => (
<tr key={e.prop} className="newThemeMakerRow">
Expand Down

0 comments on commit 28a3625

Please sign in to comment.