Skip to content
This repository has been archived by the owner on Jul 23, 2024. It is now read-only.

Implement backup functionality for gtk.css #301

Merged
merged 7 commits into from
Sep 1, 2022
Merged
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions data/ui/window.blp
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,10 @@ menu main-menu {
label: _("Reset Applied Color Scheme");
action: "app.reset_color_scheme";
}
item {
label: _("Restore backup of Color Scheme");
action: "app.restore_color_scheme";
}
item {
label: _("About Gradience");
action: "app.about";
Expand Down
Loading