Skip to content

Commit

Permalink
Merge pull request #745 from elanthia-online/staging
Browse files Browse the repository at this point in the history
merge stating into branch
  • Loading branch information
mrhoribu authored Jan 27, 2025
2 parents 2f3d740 + e118025 commit 30cd310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/gui-saved-login.rb
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@
quick_box.pack_start(Gtk::Label.new("Account: " + last_user_id), :expand => false, :fill => false, :padding => 6)
end

label = Gtk::Label.new("#{login_info[:char_name]} (#{login_info[:game_name]}, #{login_info[:frontend]})")
label = Gtk::Label.new("#{login_info[:char_name]} (#{login_info[:game_name]}, #{login_info[:frontend].capitalize == 'Stormfront' ? 'Wrayth' : login_info[:frontend].capitalize}#{login_info[:custom_launch] ? ' custom' : ''})")
play_button = Gtk::Button.new(:label => 'Play')
remove_button = Gtk::Button.new(:label => 'X')

Expand Down

0 comments on commit 30cd310

Please sign in to comment.