mirror of
https://github.com/The-Powder-Toy/The-Powder-Toy.git
synced 2025-08-25 09:11:09 +02:00
fix "open data folder" on windows
This commit is contained in:
@@ -215,7 +215,7 @@ OptionsView::OptionsView():
|
||||
{
|
||||
//one of these should always be defined
|
||||
#ifdef WIN
|
||||
const char* openCommand = "start ";
|
||||
const char* openCommand = "explorer ";
|
||||
#elif MACOSX
|
||||
const char* openCommand = "open ";
|
||||
//#elif LIN
|
||||
|
Reference in New Issue
Block a user