multi-tabs
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
extends Button
|
||||
|
||||
@onready var tab_container: TabManager = $"../../TabContainer"
|
||||
@onready var website_background: Panel = %WebsiteBackground
|
||||
|
||||
func _on_pressed() -> void:
|
||||
%OptionsMenu.show()
|
||||
@@ -15,4 +14,4 @@ func _on_options_menu_id_pressed(id: int) -> void:
|
||||
# TODO: handle incognito
|
||||
OS.create_process(OS.get_executable_path(), ["--incognito"])
|
||||
if id == 4: # history
|
||||
website_background.modulate = Constants.SECONDARY_COLOR
|
||||
modulate = Constants.SECONDARY_COLOR
|
||||
|
||||
Reference in New Issue
Block a user