Chnaged things
This commit is contained in:
parent
39db80b84a
commit
8662352c0c
@ -73,8 +73,7 @@ public class Main extends Application {
|
|||||||
if(activeTab!=Tabs.Modpacks){
|
if(activeTab!=Tabs.Modpacks){
|
||||||
(activeTab=Tabs.Modpacks).switchTab(tab); // Sets the active tab to the modpacks tab unless it's already active
|
(activeTab=Tabs.Modpacks).switchTab(tab); // Sets the active tab to the modpacks tab unless it's already active
|
||||||
Tabs.Modpacks.loaded.lookup("#search-modpacks").setOnInputMethodTextChanged(System.out::println);
|
Tabs.Modpacks.loaded.lookup("#search-modpacks").setOnInputMethodTextChanged(System.out::println);
|
||||||
//TODO: Create a dynamic updating string for the input
|
//TODO: Create a dynamic updating string from the input ( Text Field )
|
||||||
|
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
Settings_btn.setOnMouseClicked(event ->{
|
Settings_btn.setOnMouseClicked(event ->{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user