File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,6 @@ function M._handle_permission_request(output, part)
2727end
2828
2929function M ._format_permission_request (output )
30- local config_mod = require (' opencode.config' )
3130 local keys
3231
3332 if require (' opencode.ui.ui' ).is_opencode_focused () then
@@ -38,9 +37,9 @@ function M._format_permission_request(output)
3837 }
3938 else
4039 keys = {
41- config_mod .get_key_for_function (' editor' , ' permission_accept' ),
42- config_mod .get_key_for_function (' editor' , ' permission_accept_all' ),
43- config_mod .get_key_for_function (' editor' , ' permission_deny' ),
40+ config .get_key_for_function (' editor' , ' permission_accept' ),
41+ config .get_key_for_function (' editor' , ' permission_accept_all' ),
42+ config .get_key_for_function (' editor' , ' permission_deny' ),
4443 }
4544 end
4645
You can’t perform that action at this time.
0 commit comments