We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 205f48a commit acc90ddCopy full SHA for acc90dd
1 file changed
src/Widgets/Sidebar.vala
@@ -83,7 +83,7 @@ public class Code.Sidebar : Gtk.Grid {
83
+ Scratch.MainWindow.ACTION_COLLAPSE_ALL_FOLDERS);
84
85
var action_group = new SimpleActionGroup ();
86
- var sort_action = (SimpleAction) Scratch.saved_state.create_action ("order-folders");
+ var sort_action = Scratch.saved_state.create_action ("order-folders");
87
action_group.add_action (sort_action);
88
insert_action_group (SIDEBAR_ACTION_GROUP, action_group);
89
0 commit comments