Multithreaded Download Manager에 대한 리뷰
Multithreaded Download Manager 제작자: jingyu9575
Amit Kulkarni 님의 리뷰
5점 만점에 4점
Amit Kulkarni 님, 7년 전Seems to work fine. Thanks!
However, with dark GTK theme, the UI elements are not visible (gray text on white background).
However, with dark GTK theme, the UI elements are not visible (gray text on white background).
개발자 답글
7년 전에 게시됨Maybe the GTK theme changes the default text color. I will look into it when I get Linux to work on my new machine. Meanwhile as a workaround, try clicking "Custom CSS" in the options and putting in:
html, input, select { color: black; }
html, input, select { color: black; }