Skip to content
This repository has been archived by the owner on Jun 16, 2024. It is now read-only.

Commit

Permalink
Mac版iniファイルパス変更テスト
Browse files Browse the repository at this point in the history
  • Loading branch information
CSReviser authored and CSReviser committed Jan 10, 2023
1 parent 9f90557 commit 966c75f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainwindow.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ void MainWindow::settings( enum ReadWriteMode mode ) {
//#endif

saved = settings.value( SETTING_SAVE_FOLDER );
/if !defined( QT4_QT5_MAC )
#if !defined( QT4_QT5_MAC )
outputDir = saved.type() == QVariant::Invalid ? Utility::applicationBundlePath() : saved.toString();
#endif
#ifdef QT4_QT5_MAC
Expand Down

0 comments on commit 966c75f

Please sign in to comment.