mirror of
https://github.com/cryptomator/cryptomator.git
synced 2026-05-18 02:31:27 +00:00
add TODO
This commit is contained in:
@@ -30,6 +30,7 @@ public class WrongFileAlertController implements FxController {
|
||||
|
||||
@FXML
|
||||
public void initialize() {
|
||||
//TODO: add dark-mode screens
|
||||
final String resource = SystemUtils.IS_OS_MAC ? "/img/vault-volume-mac.png" : "/img/vault-volume-win.png";
|
||||
try (InputStream in = getClass().getResourceAsStream(resource)) {
|
||||
this.screenshot = new Image(in);
|
||||
|
||||
Reference in New Issue
Block a user