Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Duplicate accessor in console.rb #70

Open
davebytemfg opened this issue Apr 23, 2021 · 1 comment
Open

Duplicate accessor in console.rb #70

davebytemfg opened this issue Apr 23, 2021 · 1 comment

Comments

@davebytemfg
Copy link

davebytemfg commented Apr 23, 2021

diff --git a/dragon/console.rb b/dragon/console.rb
index c30c311..f8c46f9 100644
--- a/dragon/console.rb
+++ b/dragon/console.rb
@@ -12,7 +12,7 @@ module GTK
 
     attr_accessor :show_reason, :log, :logo, :background_color,
                   :text_color, :animation_duration,
-                  :max_log_lines, :max_history, :log,
+                  :max_log_lines, :max_history,
                   :last_command_errored, :last_command, :error_color, :shown_at,
                   :header_color, :archived_log, :last_log_lines, :last_log_lines_count,
@bjorn
Copy link

bjorn commented May 8, 2023

Fixed issue can be closed. :-)

attr_accessor :show_reason, :log, :logo,
:animation_duration,
:max_log_lines, :max_history,
:last_command_errored, :last_command, :shown_at,
:archived_log, :last_log_lines, :last_log_lines_count,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants