Skip to content

Commit

Permalink
rubocop cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhoribu authored Feb 1, 2025
1 parent af6d2ea commit 08cb617
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scripts/alias.lic
Original file line number Diff line number Diff line change
Expand Up @@ -286,7 +286,6 @@ hook_proc = proc { |client_string|
$alias_setup_window.add(notebook)
$alias_setup_window.signal_connect('delete_event') {
report_errors {
modified = false
modified = new_char_aliases.any? { |a| (a[1] != nil) and a[1].sensitive? } || new_global_aliases.any? { |a| (a[1] != nil) and a[1].sensitive? }
unless modified
char_aliases.each_index { |i| if char_textboxes[i].nil? or (char_aliases[i][1] != char_textboxes[i].text); modified = true; echo modified; break; end }
Expand Down

0 comments on commit 08cb617

Please sign in to comment.