Netbird rework

This commit is contained in:
crschnick
2025-11-07 02:46:44 +00:00
parent 681563cb41
commit 037fc0d7e6
3 changed files with 13 additions and 1 deletions
@@ -81,7 +81,10 @@ public class WorkspaceCreationDialog {
exec, "open -d \"" + path.get() + "\" --accept-eula", shortcutName);
}
};
// This is an async action, so sleep
DesktopHelper.browseFileInDirectory(file);
ThreadHelper.sleep(1000);
AppOperationMode.close();
} catch (Exception e) {
ErrorEventFactory.fromThrowable(e).handle();
@@ -76,7 +76,7 @@ public abstract class StorageElement {
var changed = expanded != this.expanded;
this.expanded = expanded;
if (changed) {
notifyUpdate(false, true);
notifyUpdate(false, false);
}
}
+9
View File
@@ -1687,3 +1687,12 @@ rdpAskpassPassword=Password for user $USER$
inPlaceKey=In-place key
inPlaceKeyText=Private key content
inPlaceKeyTextDescription=The private key contents
netbirdSelfhosted=Self-hosted netbird instance
netbirdSelfhostedDescription=Provide a custom URL instead of using the cloud-hosted version
netbirdManagementUrl=Netbird management URL
netbirdManagementUrlDescription=The management URL of your self-hosted instance
netbirdSetupKey=Setup key
netbirdSetupKeyDescription=If you are using setup keys, you can use one for login
netbirdLogin=Netbird login
addProfile=Add profile
netbirdProfileNameAsktext=Name of new netbird profile