Skip to content

Commit

Permalink
Support gnome-shell 47
Browse files Browse the repository at this point in the history
  • Loading branch information
omid committed Sep 17, 2024
1 parent 26e6320 commit 91acadc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion [email protected]/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@
"name": "Persian Calendar",
"original-authors": "Omid Mottaghi Rad",
"shell-version": [
"46"
"46",
"47"
],
"url": "https://github.com/omid/Persian-Calendar-for-Gnome-Shell",
"uuid": "[email protected]",
Expand Down
2 changes: 1 addition & 1 deletion [email protected]/prefs.js
Original file line number Diff line number Diff line change
Expand Up @@ -268,7 +268,7 @@ export default class PersianCalendarPreferences extends ExtensionPreferences {
const index = new Gtk.SpinButton({ valign: Gtk.Align.CENTER });
let adjustment;
adjustment = new Gtk.Adjustment();
adjustment.set_lower(10);
adjustment.set_lower(1);
adjustment.set_upper(50);
adjustment.set_step_increment(1);
index.set_adjustment(adjustment);
Expand Down

0 comments on commit 91acadc

Please sign in to comment.