This commit is contained in:
J62 2025-03-15 23:25:21 -07:00
parent 45434afd96
commit b1e1f9b2c7
1 changed files with 1 additions and 1 deletions

View File

@ -248,7 +248,7 @@ private void refreshChaturbateTabs() {
System.out.println("Refreshing Chaturbate Tabs..."); // Debugging output
getTabPane().getTabs().removeIf(tab -> tab instanceof ThumbOverviewTab); // Remove all Chaturbate tabs
var newTabs = SiteUiFactory.getUi(new Chaturbate()).getTabProvider().getSiteTabs(getTabPane().getScene()); // Get updated tabs
var newTabs = SiteUiFactory.getUi(new Chaturbate()).getTabProvider().getTabs(getTabPane().getScene()); // Get updated tabs
getTabPane().getTabs().addAll(newTabs); // Add them back with new URLs
System.out.println("Chaturbate tabs refreshed!"); // Debugging line