Your ROOT_URL in app.ini is http://git.osmesh.ru/ but you are visiting https://git.osmesh.ru/MOS/OpenBoard/commit/f4dd64d288d00a19f35c205b92d84e1ebc5325c4 You should set ROOT_URL correctly, otherwise the web may not work correctly.

fixed issue 92

preferencesAboutTextFull
Claudio Valerio 12 years ago
parent 22f69ee10a
commit f4dd64d288
  1. 2
      src/board/UBBoardController.cpp

@ -349,6 +349,8 @@ void UBBoardController::setupToolbar()
connectToolbar();
initToolbarTexts();
UBApplication::app()->toolBarDisplayTextChanged(QVariant(settings->appToolBarDisplayText->get().toBool()));
}

Loading…
Cancel
Save