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
The 'Open Masternode configuration file' option doesn't work from within GUI
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
Tools -> Open masternode configuration file
Expected behavior
Opens masternode.conf in default editor
Actual behavior
Nothing
What version of ODIN Core are you using?
v1.4.2
Machine specs:
OS: 10.13.6 High sierra
Any extra information that might be useful in the debugging process.
src/qt/guiutil.cpp line 380
void openMNConfigfile()
{
boost::filesystem::path pathConfig = GetMasternodeConfigFile();
/* Open masternode.conf with the associated application */
if (boost::filesystem::exists(pathConfig))
QDesktopServices::openUrl(QUrl::fromLocalFile(boostPathToQString(pathConfig)));
}
The text was updated successfully, but these errors were encountered:
Very late to the party, but do you actually have an default editor assigned to .conf files in Mac? I always ask people to install something like TextMate on Mac when troubleshooting their issues over Discord.
Describe the issue
The 'Open Masternode configuration file' option doesn't work from within GUI
Can you reliably reproduce the issue?
If so, please list the steps to reproduce below:
Expected behavior
Opens masternode.conf in default editor
Actual behavior
Nothing
What version of ODIN Core are you using?
v1.4.2
Machine specs:
Any extra information that might be useful in the debugging process.
src/qt/guiutil.cpp line 380
The text was updated successfully, but these errors were encountered: