You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: common/src/main/java/net/caffeinemc/mods/sodium/client/gui/VideoSettingsScreen.java
+15-12Lines changed: 15 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -40,8 +40,7 @@
40
40
importjava.util.List;
41
41
importjava.util.stream.Stream;
42
42
43
-
// TODO: constrain the tooltip to its safe area if it's too big, then show a scroll bar if it's still too big
44
-
// TODO: scrolling the tooltip?
43
+
// TODO: show a scroll bar on the tooltip if it's too big to fit on the screen
45
44
// TODO: make the search bar work
46
45
// TODO: wrap options within groups in two columns
47
46
// TODO: make the mod config headers interactive: only show one mod's pages at a time, click on a mod header to open that mod's first settings page and close the previous mod's page list
0 commit comments