Issue
When the frametitlecaps option is enabled, footnotes in frametitles get shown in all-capital letters.
Steps to reproduce
\begin{frame}
\frametitle{My Frame\footnote{This slide is very important!}}
\begin{itemize}
\item Item 1
\item Item 2
\item Item 3
\end{itemize}
\end{frame}

Expected behavior
Footnote should not be \MakeUppercase'd.
Issue
When the
frametitlecapsoption is enabled, footnotes in frametitles get shown in all-capital letters.Steps to reproduce
Expected behavior
Footnote should not be \MakeUppercase'd.