mirror of
https://github.com/cyberarm/w3d_hub_linux_launcher.git
synced 2025-12-16 09:12:35 +00:00
Made Join Server button have a different colored background for non-release servers, added small download icon next to a game's icon when it is not installed, updated Update Now string to Install Update, selected app and channel are now saved to the settings- possibly removing an unnecessary click
This commit is contained in:
12
lib/theme.rb
12
lib/theme.rb
@@ -2,6 +2,18 @@ class W3DHub
|
||||
REGULAR_FONT = "#{GAME_ROOT_PATH}/media/fonts/NotoSans-Regular.ttf"
|
||||
BOLD_FONT = "#{GAME_ROOT_PATH}/media/fonts/NotoSans-Bold.ttf"
|
||||
|
||||
TESTING_BUTTON = {
|
||||
background: 0xff_ff8800,
|
||||
hover: {
|
||||
background: 0xff_ffaa00
|
||||
},
|
||||
active: {
|
||||
background: 0xff_ffec00
|
||||
}
|
||||
}
|
||||
|
||||
UPDATE_BUTTON = TESTING_BUTTON
|
||||
|
||||
THEME = {
|
||||
ToolTip: {
|
||||
background: 0xff_dedede,
|
||||
|
||||
Reference in New Issue
Block a user