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
My current implementation of tab labels assumes forward slashes for specifying file base names, which doesn't work on Windows. In the future, I want the ability to send basenames without full paths to the renderer process anyway (in the case of remote/untrusted users), so the splitting up of full path vs. display name should happen on the filesystem end, rather than in the interface.
The text was updated successfully, but these errors were encountered:
My current implementation of tab labels assumes forward slashes for specifying file base names, which doesn't work on Windows. In the future, I want the ability to send basenames without full paths to the renderer process anyway (in the case of remote/untrusted users), so the splitting up of full path vs. display name should happen on the filesystem end, rather than in the interface.
The text was updated successfully, but these errors were encountered: